Skip to content

Commit

Permalink
Disable SSLHonorCipherOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-ma authored Jan 19, 2024
1 parent 71bace2 commit 623b383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhosts.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
SSLEngine on
SSLCipherSuite {{ apache_ssl_cipher_suite }}
SSLProtocol {{ apache_ssl_protocol }}
SSLHonorCipherOrder On
SSLHonorCipherOrder off
{% if apache_vhosts_version == "2.4" %}
SSLCompression off
{% endif %}
Expand Down

0 comments on commit 623b383

Please sign in to comment.