Add 'listener.wss.external.tls_versions' option

This commit is contained in:
Feng Lee 2018-01-04 20:25:26 +08:00
parent fdc55de509
commit a779c9f9cb
1 changed files with 7 additions and 0 deletions

View File

@ -1185,6 +1185,13 @@ listener.wss.external.access.1 = allow all
## Value: Duration
## listener.wss.external.proxy_protocol_timeout = 3s
## TLS versions only to protect from POODLE attack.
##
## See: listener.ssl.<name>.tls_versions
##
## Value: String, seperated by ','
## listener.wss.external.tls_versions = tlsv1.2,tlsv1.1,tlsv1
## TLS Handshake timeout.
##
## See: listener.ssl.<name>.handshake_timeout