nginx-proxy-auto-docker/test/test_fallback.data
Richard Hansen 9297e94389
fix: Emit TLS error if there are no certs available
Before, if neither the vhost-specific cert nor `default.crt` existed,
nginx-proxy would not create the https vhost.  This resulted in nginx
either refusing the connection or serving the wrong vhost depending on
whether there was another https vhost with a certificate.

Now nginx-proxy always creates an https server for a vhost, even if
the vhost-specific certificate and the default certificate are both
missing.  When both certs are missing, nginx is given empty
certificate data to make it possible for it to start up without an
error.  The empty certificate data causes the user to see a TLS error,
which is much easier to troubleshoot than a connection refused error
or serving the wrong vhost.
2023-02-02 22:02:06 -05:00
..
nodefault.certs fix: Emit TLS error if there are no certs available 2023-02-02 22:02:06 -05:00
withdefault.certs fix: Don't create cert error https server if https is not enabled 2023-02-02 17:17:00 -05:00
nodefault.yml fix: Emit TLS error if there are no certs available 2023-02-02 22:02:06 -05:00
withdefault.yml fix: Don't create cert error https server if https is not enabled 2023-02-02 17:17:00 -05:00