nginx-proxy-auto-docker/test/test_ssl
Richard Hansen 9b4bb07b34
fix: Don't create fallback http(s) server when http(s) disabled
Before, a fallback http server was created to handle requests for
unknown virtual hosts even when `HTTPS_METHOD=nohttp`.  (In this case,
all http vhosts would be unknown.)  Likewise, a catch-all fallback
https server was still created even if `HTTPS_METHOD=nohttps`.

Now the fallback servers are created only if needed.  This brings the
behavior in line with the documentation and user expectation.  It will
also make it easier to implement a planned feature: different servers
on different ports.
2023-02-04 18:59:38 -05:00
..
certs tests: Verify site-specific DH params feature works correctly 2021-12-21 18:41:43 +13:00
wildcard_cert_and_nohttps fix: Don't create cert error https server if https is not enabled 2023-02-02 17:17:00 -05:00
test_dhparam.py tests: Fix path to ca-root.crt 2023-02-17 02:34:08 -05:00
test_dhparam.yml chore: do not copy useless files into the image 2022-03-07 16:01:15 +01:00
test_hsts.py chore: use nginxproxy's DockerHub registry 2021-04-01 16:06:09 +02:00
test_hsts.yml tests: Remove dhparam volume 2021-09-28 21:50:11 +13:00
test_https_port.py test: custom HTTPS port and redirection 2021-06-15 00:38:32 +02:00
test_https_port.yml tests: Remove dhparam volume 2021-09-28 21:50:11 +13:00
test_nohttp.py fix: Don't create fallback http(s) server when http(s) disabled 2023-02-04 18:59:38 -05:00
test_nohttp.yml tests: Remove dhparam volume 2021-09-28 21:50:11 +13:00
test_nohttps.py TESTS: replace old test suite with the new one 2017-02-17 00:29:30 +01:00
test_nohttps.yml tests: Remove dhparam volume 2021-09-28 21:50:11 +13:00
test_noredirect.py TESTS: replace old test suite with the new one 2017-02-17 00:29:30 +01:00
test_noredirect.yml tests: Remove dhparam volume 2021-09-28 21:50:11 +13:00
test_virtual_path.py test: Add test to cover SSL of path-based routing 2022-02-24 15:08:18 +01:00
test_virtual_path.yml tests: fix virtual path tests for new dhparam 2022-02-24 15:21:14 +01:00
test_wildcard.py chore(ci): ♻️ convert Python old % string to f-strings 2021-04-27 00:35:20 +02:00
test_wildcard.yml tests: Remove dhparam volume 2021-09-28 21:50:11 +13:00