We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf29fb commit d50aee7Copy full SHA for d50aee7
tls_test.go
@@ -111,6 +111,9 @@ func (s *TLSTestSuite) TestInsecureSkipVerifyAndCerts() {
111
}
112
113
func (s *TLSTestSuite) TestMinimumTLSVersion() {
114
+ s.settings.GlobalSettings().Set(config.SocketPrivateKeyFile, s.PrivateKeyFile)
115
+ s.settings.GlobalSettings().Set(config.SocketCertificateFile, s.CertificateFile)
116
+
117
// SSL30
118
s.settings.GlobalSettings().Set(config.SocketMinimumTLSVersion, "SSL30")
119
tlsConfig, err := loadTLSConfig(s.settings.GlobalSettings())
0 commit comments