1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-11 18:16:07 +02:00
nginx-proxy/test/test_ssl/wildcard_cert_and_nohttps
polarathene 9299a2801e tests: Remove dhparam volume
No longer necessary for the majority of tests.
2021-09-28 21:50:11 +13:00
..
certs TESTS: add test for the case in which a wildcard cert matches a container having `nohttps` set 2017-03-15 02:12:07 +01:00
README.md TESTS: add test for the case in which a wildcard cert matches a container having `nohttps` set 2017-03-15 02:12:07 +01:00
docker-compose.yml tests: Remove dhparam volume 2021-09-28 21:50:11 +13:00
test_wildcard_cert_nohttps.py ci: remove InsecureRequestWarning from urllib3 2021-08-02 18:09:34 +02:00

In this scenario, we have a wildcard certificate for *.web.nginx-proxy.tld and 3 web containers:

  • 1.web.nginx-proxy.tld
  • 2.web.nginx-proxy.tld
  • 3.web.nginx-proxy.tld

We want web containers 1 and 2 to support SSL, but 3 should not (using HTTPS_METHOD=nohttps)