install_roundcube.sh only allow protocol tls 1.2 and tls 1.3: 'SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1'.
This commit is contained in:
parent
a927e66fd5
commit
b80243190e
@ -1432,6 +1432,8 @@ EOF
|
|||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
|
|
||||||
|
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
|
||||||
|
|
||||||
SSLCertificateFile ${APACHE_CERT_DIR}/$APACHE_SERVER_CERT
|
SSLCertificateFile ${APACHE_CERT_DIR}/$APACHE_SERVER_CERT
|
||||||
SSLCertificateKeyFile ${APACHE_CERT_DIR}/$APACHE_SERVER_KEY
|
SSLCertificateKeyFile ${APACHE_CERT_DIR}/$APACHE_SERVER_KEY
|
||||||
$SSLCertificateChainFile
|
$SSLCertificateChainFile
|
||||||
|
Loading…
Reference in New Issue
Block a user