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-21 16:13:21 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-21 16:13:21 +0300
commit0bae609e8238aac238d5aac18902b1a847dbc5d5 (patch)
tree4c08e5bdf62fd790bcb2578215e54bcf189d5340 /README.md
parent7250a994989f44c8bc3b83f60cba564cd3c3a74e (diff)
Remove SSL3 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 9765c694..a1c942b9 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 `ssl3`, `tls1.0`, `tls1.1`, `tls1.2`, and `tls1.3` (if supported). When `tls1.3`
+values are `tls1.0`, `tls1.1`, `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.