Browse Source

Do not mention 'SSLv3' in the server.conf.in config file

pull/429/head
Leon Klingele 8 years ago
parent
commit
d99334afd3
No known key found for this signature in database
GPG Key ID: 83AEC0FEBAA5D483
  1. 2
      server.conf.in

2
server.conf.in

@ -26,7 +26,7 @@ listen = 127.0.0.1:8080 @@ -26,7 +26,7 @@ listen = 127.0.0.1:8080
;certificate = server.crt
; Full path to PEM encoded private key.
;key = server.key
; Mimimal supported encryption standard (SSLv3, TLSv1, TLSv1.1 or TLSv1.2).
; Mimimal supported encryption standard (TLSv1, TLSv1.1 or TLSv1.2).
;minVersion = TLSv1.2
; HTTPS socket read timeout in seconds.
;readtimeout = 10

Loading…
Cancel
Save