1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2025-04-20 08:18:05 +02:00
nginx-proxy/test/test_ssl/wildcard_cert_and_nohttps
Povilas Kanapickas d6c38a0bab tests: Add tests for how Let's Encrypt ACME challenge is handled
At the moment no changes to functionality are done, only the current
behavior is captured.
2024-05-06 13:07:04 +03:00
..
acme_root/.well-known/acme-challenge tests: Add tests for how Let's Encrypt ACME challenge is handled 2024-05-06 13:07:04 +03: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
docker-compose.yml tests: Add tests for how Let's Encrypt ACME challenge is handled 2024-05-06 13:07:04 +03: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
test_wildcard_cert_nohttps.py tests: Add tests for how Let's Encrypt ACME challenge is handled 2024-05-06 13:07:04 +03: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)