Browse Source

Update default TLS protocol version in the server.conf.in config file

See 31b7f25f48/tls.go (L15)
pull/429/head
Leon Klingele 8 years ago
parent
commit
916c2774fa
No known key found for this signature in database
GPG Key ID: 83AEC0FEBAA5D483
  1. 2
      server.conf.in

2
server.conf.in

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

Loading…
Cancel
Save