]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
Add some comments about IPv6.
authorBen Elliston <bje@air.net.au>
Tue, 27 Jun 2017 03:25:00 +0000 (13:25 +1000)
committerLukas Schauer <lukas@schauer.so>
Mon, 10 Jul 2017 13:26:50 +0000 (15:26 +0200)
docs/troubleshooting.md

index 4823fe96ebef97ec88b64ff9fbd9112676882d05..bea2c351eaebe1d4b515cd380c41ca2c59555405 100644 (file)
@@ -31,8 +31,8 @@ This also is an API limit from boulder, you are requesting to sign a certificate
 
 There are a few factors that could result in invalid challenges.
 
-If you are using http validation make sure that the path you have configured with WELLKNOWN is readable under your domain.
+If you are using HTTP validation make sure that the path you have configured with WELLKNOWN is readable under your domain.
 
-To test this create a file (e.g. `test.txt`) in that directory and try opening it with your browser: `http://example.org/.well-known/acme-challenge/test.txt`.
+To test this create a file (e.g. `test.txt`) in that directory and try opening it with your browser: `http://example.org/.well-known/acme-challenge/test.txt`. Note that if you have an IPv6 address, the challenge connection will be on IPv6. Be sure that you test HTTP connections on both IPv4 and IPv6. Checking the test file in your browser is often not sufficient because the browser just fails over to IPv4.
 
-If you get any error you'll have to fix your webserver configuration.
+If you get any error you'll have to fix your web server configuration.