Last active
February 14, 2016 23:20
-
-
Save allella/f3f297a8906bf7534d80 to your computer and use it in GitHub Desktop.
Apache Disable SSL v2 and v3
This file contains hidden or 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
# Whereever this line is defined (grep all Apache .conf files to make sure it's not defined in multiple places) | |
# use the following to disable SSL v2 and v3 | |
# This is a best practice as of Feb 2016, but this is subject to change over time, so don't take this as gospel | |
SSLProtocol All -SSLv2 -SSLv3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment