From 03f109c3f54f9f54370a2efd64cf0eb1fd98c18d Mon Sep 17 00:00:00 2001 From: Suryanarayana Garlapati <42367117+suryag10@users.noreply.github.com> Date: Fri, 29 May 2020 11:12:31 +0530 Subject: [PATCH] Documentation changes #235 Corrected ssl protocol example --- bin/configurable-http-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")