Disable SSLv3 in apache config

Fixes: https://trello.com/c/BGy5voWf
This commit is contained in:
James Laska 2015-01-27 13:18:29 -05:00 committed by John Mitchell
parent 7728c720db
commit 77c76bece1

View File

@ -9,6 +9,7 @@ WSGISocketPrefix /var/run/wsgi
SSLEngine on
SSLCertificateFile /etc/tower/tower.cert
SSLCertificateKeyFile /etc/tower/tower.key
SSLProtocol all -SSLv3 -SSLv2
WSGIScriptAlias / /var/lib/awx/wsgi.py
WSGIPassAuthorization On