Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-23 14:53:32 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-23 14:53:32 +0300
commit92202ceaceaa356d172d19b2e233d4d2f53da0e4 (patch)
treed2cab529d097bc5a6192044464dd2bff46d5d445 /README.md
parent0bae609e8238aac238d5aac18902b1a847dbc5d5 (diff)
Remove TLS1.0 and TLS1.1 support
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1c942b9..0d6d2c52 100644
--- a/README.md
+++ b/README.md
@@ -272,7 +272,7 @@ assuming they know the URL beforehand.
GitLab Pages defaults to TLS 1.2 as the minimum supported TLS version. This can be
configured by using the `-tls-min-version` and `-tls-max-version` options. Accepted
-values are `tls1.0`, `tls1.1`, `tls1.2`, and `tls1.3` (if supported). When `tls1.3`
+values are `tls1.2`, and `tls1.3` (if supported). When `tls1.3`
is used GitLab Pages will add `tls13=1` to `GODEBUG` to enable TLS 1.3.
See https://golang.org/src/crypto/tls/tls.go for more.