We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c043ff7 commit 03f109cCopy full SHA for 03f109c
bin/configurable-http-proxy
@@ -25,7 +25,7 @@ args
25
"--ssl-reject-unauthorized",
26
"Reject unauthorized SSL connections (only meaningful if --ssl-request-cert is given)"
27
)
28
- .option("--ssl-protocol <ssl-protocol>", "Set specific SSL protocol, e.g. TLSv1.2, SSLv3")
+ .option("--ssl-protocol <ssl-protocol>", "Set specific SSL protocol, e.g. TLSv1_2, SSLv3")
29
.option("--ssl-ciphers <ciphers>", "`:`-separated ssl cipher list. Default excludes RC4")
30
.option("--ssl-allow-rc4", "Allow RC4 cipher for SSL (disabled by default)")
31
.option("--ssl-dhparam <dhparam-file>", "SSL Diffie-Helman Parameters pem file, if any")
0 commit comments