This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OS: Debian 7, Apache 2.2.22, OpenSSL 1.0.1e | |
# SSL Labs: A+ (RSA2048, SHA256 certificate) | |
# Certificate: 100% | |
# Protocol Support: 95% | |
# Key Exchange: 90% | |
# Cipher Strength: 90% | |
# Disable SSL protocol, only TLS. | |
SSLProtocol all -SSLv2 -SSLv3 | |
SSLHonorCipherOrder on |