Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list (#7719)

As mentioned in https://github.com/certbot/certbot/pull/7712#discussion_r370419867, it's time to remove this ciphersuite now that Windows 2008 R2 and Windows 7 are EOLed.

* Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list to celebrate Windows 2008 R2 deprecation

* Update changelog
This commit is contained in:
ohemorange
2020-01-24 10:09:28 -08:00
committed by Brad Warren
parent 2f24726d4c
commit 896c1e0b66
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -12,6 +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)
* Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list now that Windows 2008 R2 and Windows 7 are EOLed
### Fixed