mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Set TLS min to 1.3
This commit is contained in:
parent
e4025bee42
commit
4c031fe7e4
1 changed files with 1 additions and 1 deletions
2
core/env/parser.go
vendored
2
core/env/parser.go
vendored
|
@ -88,7 +88,7 @@ func configFile() (f Flags, ok bool) {
|
||||||
f.Location = strings.ToLower(ct.Install.Location)
|
f.Location = strings.ToLower(ct.Install.Location)
|
||||||
|
|
||||||
if len(f.TLSVersion) == 0 {
|
if len(f.TLSVersion) == 0 {
|
||||||
f.TLSVersion = "1.2"
|
f.TLSVersion = "1.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
ok = true
|
ok = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue