diff --git a/bin/configurable-http-proxy b/bin/configurable-http-proxy index d350962a..79b7790c 100755 --- a/bin/configurable-http-proxy +++ b/bin/configurable-http-proxy @@ -25,7 +25,7 @@ args "--ssl-reject-unauthorized", "Reject unauthorized SSL connections (only meaningful if --ssl-request-cert is given)" ) - .option("--ssl-protocol ", "Set specific SSL protocol, e.g. TLSv1.2, SSLv3") + .option("--ssl-protocol ", "Set specific SSL protocol, e.g. TLSv1_2, SSLv3") .option("--ssl-ciphers ", "`:`-separated ssl cipher list. Default excludes RC4") .option("--ssl-allow-rc4", "Allow RC4 cipher for SSL (disabled by default)") .option("--ssl-dhparam ", "SSL Diffie-Helman Parameters pem file, if any")