Skip to content

Commit 2941626

Browse files
skipper: set server minimal TLS version (#3282)
The tls-min-version flag specifies "minimal TLS Version to be used in server, proxy and client connections" but was not used to configure Server TLS. Follow up on: #1656 Signed-off-by: Alexander Yastrebov <[email protected]>
1 parent 262c326 commit 2941626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ func (c *Config) ToOptions() skipper.Options {
732732
CertPathTLS: c.CertPathTLS,
733733
KeyPathTLS: c.KeyPathTLS,
734734
TLSClientAuth: c.TLSClientAuth,
735+
TLSMinVersion: c.getMinTLSVersion(),
735736
CipherSuites: c.filterCipherSuites(),
736737
MaxLoopbacks: c.MaxLoopbacks,
737738
DefaultHTTPStatus: c.DefaultHTTPStatus,

0 commit comments

Comments
 (0)