diff --git a/server.conf.in b/server.conf.in index 1641ee85e..26ace0fe3 100644 --- a/server.conf.in +++ b/server.conf.in @@ -26,8 +26,8 @@ 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). -;minVersion = SSLv3 +; Mimimal supported encryption standard (TLSv1, TLSv1.1 or TLSv1.2). +;minVersion = TLSv1.2 ; HTTPS socket read timeout in seconds. ;readtimeout = 10 ; HTTPS socket write timeout in seconds.