Inhibit IPv6, in an attempt to prevent `urn:acme:error:badNonce' reports.
[distorted-letsencrypt] / bin / make-cert
index fd0cdf5..9dcf15b 100755 (executable)
@@ -14,6 +14,10 @@ case $# in 0) ;; *) fail_usage ;; esac
 
 prepare_tmp $tag
 
+## Make sure there's no proxy.  I get `urn:acme:error:badNonce' with high
+## probability if I use IPv6, so avoid rolling the dice.
+unset http_proxy
+
 ## Let's go.
 cert=$home/cert/$tag
 cd $cert