mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Allow SSL 3.0, so we can see old and bad servers.
This commit is contained in:
@@ -31,6 +31,7 @@ func tlsConfigForConnect(connectName, clientCert, clientKey string) (*tls.Config
|
||||
// We verify later manually so we can print results
|
||||
InsecureSkipVerify: true,
|
||||
ServerName: connectName,
|
||||
MinVersion: tls.VersionSSL30,
|
||||
}
|
||||
|
||||
if clientCert != "" {
|
||||
|
||||
Reference in New Issue
Block a user