SSLEngine On SSLCertificateFile /srv/www/conf/<*.crt> SSLCertificateKeyFile /srv/www/conf/<*.key> SSLCertificateChainFile /srv/www/conf/gd_intermediate_bundle.crt SSLCACertificateFile /srv/www/conf/*.ca-bundle SSLProtocol -all +SSLv3 +TLSv1 SSLCipherSuite SSLv3:+HIGH:+MEDIUM:!SSLv2:!LOW:!EXP:!aNULL:@STRENGTH --OR-- SSLCipherSuite +HIGH:+MEDIUM:!SSLv2:RC4+RSA:!ADH:!LOW:!EXP:!aNULL:!cNULL:@STRENGTH --OR-- SSLCipherSuite SSLv3:+HIGH:+MEDIUM:!SSLv2:!ADH:!LOW:!EXP:!aNULL:!eNULL:@STRENGTH