Skip to content

Instantly share code, notes, and snippets.

@nbeguier
Created September 5, 2018 17:52
Show Gist options
  • Save nbeguier/df5602682f4294ee7c6345e2346ac0a2 to your computer and use it in GitHub Desktop.
Save nbeguier/df5602682f4294ee7c6345e2346ac0a2 to your computer and use it in GitHub Desktop.
Apache : Enable only TLS
# POODLE protection
## Remove SSLv3 and SSLv2
SSLProtocol all -SSLv3 -SSLv2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment