From 5ec120a296ea61c5534e9f05e06eb1e85d486d8f Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Wed, 16 Oct 2024 12:25:21 +0200 Subject: [PATCH] docs: TLSv1/TLSv1.1 work on the alpine image too --- docs/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 8ae0440..080b86b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -563,8 +563,6 @@ Complete list of policies available through the `SSL_POLICY` environment variabl
-: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.