Bläddra i källkod

Remove obsolete ssl configuration.

Raphael Schneeberger 7 år sedan
förälder
incheckning
5b65230ea2

+ 1 - 1
install/ubuntu/16.04/dovecot/conf.d/10-ssl.conf

@@ -1,5 +1,5 @@
 ssl = yes
-ssl_protocols = !SSLv3
+ssl_protocols = !SSLv3 !TLSv1
 
 ssl_cert = </usr/local/hestia/ssl/certificate.crt
 ssl_key = </usr/local/hestia/ssl/certificate.key

+ 1 - 1
install/ubuntu/18.04/dovecot/conf.d/10-ssl.conf

@@ -1,5 +1,5 @@
 ssl = yes
-ssl_protocols = !SSLv3
+ssl_protocols = !SSLv3 !TLSv1
 
 ssl_cert = </usr/local/hestia/ssl/certificate.crt
 ssl_key = </usr/local/hestia/ssl/certificate.key