Skip to content

Instantly share code, notes, and snippets.

@hijak
Created December 11, 2014 08:22
Show Gist options
  • Save hijak/92586237352d6d319960 to your computer and use it in GitHub Desktop.
Save hijak/92586237352d6d319960 to your computer and use it in GitHub Desktop.
disable sslv3
<IfModule mod_ssl.c>
SSLProtocol All -SSLv2 -SSLv3
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:!LOW:!SSLv2:!EXP
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment