certbot/certbot-nginx/certbot_nginx
Brad Warren e3dbd9ce4a
Keep compatibility with IE11 in the Nginx plugin (#7414)
As discussed at https://github.com/mozilla/server-side-tls/issues/263, Mozilla's current intermediate recommendations drop support for some non-EOL'd versions of IE. [Their TLS recommendations were updated to suggest a couple possible workarounds for people who need this support](https://github.com/mozilla/server-side-tls/pull/264) and [April suggested that we make this change in Certbot](https://github.com/mozilla/server-side-tls/issues/263#issuecomment-537085728).

We know `TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA` translates to `ECDHE-RSA-AES128-SHA` because [nginx uses the same cipher format as OpenSSL](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ciphers) and the translation is shown in the table at https://github.com/mozilla/server-side-tls/blob/gh-pages/Cipher_Suites.mediawiki.

The risk of regressions making this change is low as we always had this ciphersuite enabled just a few releases ago: https://github.com/certbot/certbot/tree/v0.36.0/certbot-nginx/certbot_nginx

* Keep compatibility with IE11

* update changelog
2019-10-01 10:34:11 -07:00
..
tests Disable TLS session tickets in Nginx (#7355) 2019-09-05 13:51:56 -07:00
tls_configs Keep compatibility with IE11 in the Nginx plugin (#7414) 2019-10-01 10:34:11 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-nginx 2016-04-13 16:49:30 -07:00
configurator.py Disable TLS session tickets in Nginx (#7355) 2019-09-05 13:51:56 -07:00
constants.py Keep compatibility with IE11 in the Nginx plugin (#7414) 2019-10-01 10:34:11 -07:00
display_ops.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
http_01.py [Windows] Security model for files permissions - STEP 2 (#6895) 2019-04-12 13:32:51 -07:00
nginxparser.py Update parser to match new Nginx functionality (#6381) 2018-09-18 12:52:11 -07:00
obj.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
parser.py [Windows] Security model for files permissions - STEP 2 (#6895) 2019-04-12 13:32:51 -07:00
parser_obj.py Update to Pylint 1.9.4 and corrections 2019-04-09 09:22:19 +02:00