require tls 1.2
This commit is contained in:
parent
c9695eb5c1
commit
d903c1106b
1 changed files with 2 additions and 1 deletions
|
@ -16,10 +16,11 @@
|
||||||
[tls.options]
|
[tls.options]
|
||||||
[tls.options.default]
|
[tls.options.default]
|
||||||
sniStrict = true
|
sniStrict = true
|
||||||
|
minVersion = "VersionTLS12"
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
[accessLog]
|
[accessLog]
|
||||||
|
|
||||||
[api]
|
[api]
|
||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue