diff --git a/config/awx-httpd-443.conf b/config/awx-httpd-443.conf index 6923a2bc0a..c74ec5697a 100644 --- a/config/awx-httpd-443.conf +++ b/config/awx-httpd-443.conf @@ -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