Skip to content

Instantly share code, notes, and snippets.

@allella
Last active February 14, 2016 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allella/f3f297a8906bf7534d80 to your computer and use it in GitHub Desktop.
Save allella/f3f297a8906bf7534d80 to your computer and use it in GitHub Desktop.
Apache Disable SSL v2 and v3
# 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