1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-04-16 18:51:01 +00:00

docs: TLSv1/TLSv1.1 work on the alpine image too

This commit is contained in:
Nicolas Duchon 2024-10-16 12:25:21 +02:00 committed by GitHub
parent 8417046748
commit 5ec120a296
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -563,8 +563,6 @@ Complete list of policies available through the `SSL_POLICY` environment variabl
</details>
</br>
:warning: Please note that TLSv1 and TLSv1.1 are only available on the debian based image due to the way OpenSSL is configured on upstream Alpine images.
The default behavior for the proxy when port 80 and 443 are exposed is as follows:
- If a virtual host has a usable cert, port 80 will redirect to 443 for that virtual host so that HTTPS is always preferred when available.