From cd0b99ae5d14e14de15166dc48dce1839fe6f0f4 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Sun, 29 Mar 2015 23:11:05 -0700 Subject: [PATCH] Fix ambiguity about describing a port as "open" --- letsencrypt/client/plugins/standalone/authenticator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/client/plugins/standalone/authenticator.py b/letsencrypt/client/plugins/standalone/authenticator.py index 22597eba7..e0b06aa30 100644 --- a/letsencrypt/client/plugins/standalone/authenticator.py +++ b/letsencrypt/client/plugins/standalone/authenticator.py @@ -410,5 +410,5 @@ class StandaloneAuthenticator(object): "on port 443 and perform DVSNI challenges. Once a certificate" "is attained, it will be saved in the " "(TODO) current working directory.{0}{0}" - "Port 443 must be open in order to use the " + "TCP port 443 must be available in order to use the " "Standalone Authenticator.".format(os.linesep))