certbot/certbot-nginx/tests
alexzorin 95a6b61cdc
nginx: fix server_name case-sensitivity in parser (#8263)
This commit fixes an issue with the nginx parser where it would perform
case-sensitive matching against server_name.

This would cause the authenticator and installer to ignore existing
virtualhosts containing uppercase characters, resulting in duplicate
virtualhosts and broken configurations.

"Exact" and "wildcard" matching is now case-insensitive. Regex-based
matching will continue to respect the case mode of the pattern.

Fixes #6776.
2020-09-08 14:14:54 -07:00
..
testdata/etc_nginx Update comment in testdata file 2020-02-25 13:21:10 +09:00
boulder-integration.conf.sh Remove tls sni in nginx plugin (#6857) 2019-03-18 10:22:19 -07:00
configurator_test.py nginx: add --nginx-sleep-seconds (#8163) 2020-07-27 12:52:12 -07:00
display_ops_test.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
http_01_test.py Do not require mock in Python 3 in nginx module (#7898) 2020-04-15 11:39:44 -07:00
nginxparser_test.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
obj_test.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00
parser_obj_test.py Do not require mock in Python 3 in nginx module (#7898) 2020-04-15 11:39:44 -07:00
parser_test.py nginx: fix server_name case-sensitivity in parser (#8263) 2020-09-08 14:14:54 -07:00
test_log_util.py Add simple comments 2020-02-24 05:30:54 +09:00
test_util.py nginx: add --nginx-sleep-seconds (#8163) 2020-07-27 12:52:12 -07:00