# vim /etc/apache2/mods-available/ssl.conf
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
Verify if TLS 1.0 and 1.1 are supported:
# openssl s_client -connect mydomain.com:443 -tls1
# openssl s_client -connect mydomain.com:443 -tls1_1
Note: If you get the certificate chain and the handshake you know the system in question supports TLS 1.1.
Reference:
https://serverfault.com/questions/638691/how-can-i-verify-if-tls-1-2-is-supported-on-a-remote-web-server-from-the-rhel-ce
No comments:
Post a Comment