Remove SSLCompression off line from all config options (#7726)

Based on discussion at https://github.com/certbot/certbot/pull/7712#discussion_r371451761.

* Remove SSLCompression off line from all config options

* Update changelog
This commit is contained in:
ohemorange
2020-01-29 15:21:17 -08:00
committed by GitHub
parent 2338ab36fd
commit 11e402893f
6 changed files with 3 additions and 23 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Add directory field to error message when field is missing.
* If MD5 hasher is not available, try it in non-security mode (fix for FIPS systems) -- [#1948](https://github.com/certbot/certbot/issues/1948)
* Disable old SSL versions and ciphersuites to follow Mozilla recommendations in Apache.
* Disable old SSL versions and ciphersuites and remove `SSLCompression off` setting to follow Mozilla recommendations in Apache.
* Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list now that Windows 2008 R2 and Windows 7 are EOLed
* Support for Python 3.4 has been removed.