certbot/certbot-nginx/certbot_nginx/_internal
alexzorin f5a88ade54
nginx: fix Unicode crash on Python 2 (#8480)
* nginx: fix py2 unicode sandwich

The nginx parser would crash when saving configuraitons containing
Unicode, because py2's `str` type does not support Unicode.

This change fixes that crash by ensuring that a string type supporting
Unicode is used in both Python 2 and Python 3.

* nginx: add unicode to the integration test config

* update CHANGELOG
2020-11-27 18:15:27 +01:00
..
tls_configs Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list (#7719) 2020-01-24 10:09:28 -08:00
__init__.py Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
configurator.py Remove python_version setting from mypy.ini (#8426) 2020-11-05 15:28:35 -08:00
constants.py nginx: add --nginx-sleep-seconds (#8163) 2020-07-27 12:52:12 -07:00
display_ops.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00
http_01.py nginx: fix Unicode crash on Python 2 (#8480) 2020-11-27 18:15:27 +01:00
nginxparser.py nginx: fix Unicode crash on Python 2 (#8480) 2020-11-27 18:15:27 +01:00
obj.py Convert http links to https (#8287) 2020-09-23 19:36:55 +02:00
parser.py nginx: fix Unicode crash on Python 2 (#8480) 2020-11-27 18:15:27 +01:00
parser_obj.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00