Skip to content

Commit 03f109c

Browse files
authored
Documentation changes jupyterhub#235
Corrected ssl protocol example
1 parent c043ff7 commit 03f109c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/configurable-http-proxy

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ args
2525
"--ssl-reject-unauthorized",
2626
"Reject unauthorized SSL connections (only meaningful if --ssl-request-cert is given)"
2727
)
28-
.option("--ssl-protocol <ssl-protocol>", "Set specific SSL protocol, e.g. TLSv1.2, SSLv3")
28+
.option("--ssl-protocol <ssl-protocol>", "Set specific SSL protocol, e.g. TLSv1_2, SSLv3")
2929
.option("--ssl-ciphers <ciphers>", "`:`-separated ssl cipher list. Default excludes RC4")
3030
.option("--ssl-allow-rc4", "Allow RC4 cipher for SSL (disabled by default)")
3131
.option("--ssl-dhparam <dhparam-file>", "SSL Diffie-Helman Parameters pem file, if any")

0 commit comments

Comments
 (0)