File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/reference/config-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ Default: ""</p>
449
449
<td >
450
450
<p >tlsCipherSuites is the list of allowed cipher suites for the server.
451
451
Note that TLS 1.3 ciphersuites are not configurable.
452
- Values are from tls package constants (https://golang.org/pkg/ crypto/tls/ #pkg-constants ).
452
+ Values are from tls package constants (https://pkg.go.dev/ crypto/tls#pkg-constants ).
453
453
Default: nil</p >
454
454
</td >
455
455
</tr >
@@ -458,7 +458,7 @@ Default: nil</p>
458
458
</td >
459
459
<td >
460
460
<p >tlsMinVersion is the minimum TLS version supported.
461
- Values are from tls package constants (https://golang.org/pkg/ crypto/tls/ #pkg-constants ).
461
+ Values are from tls package constants (https://pkg.go.dev/ crypto/tls#pkg-constants ).
462
462
Default: " ;" ; </p >
463
463
</td >
464
464
</tr >
You can’t perform that action at this time.
0 commit comments