mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
fix: update linter.
This commit is contained in:
committed by
Traefiker Bot
parent
027d313df5
commit
29efac3e5e
@@ -230,7 +230,6 @@ func guessWhoTLSMaxVersion(addr, serverName string, tlsCall bool, tlsMaxVersion
|
||||
var err error
|
||||
|
||||
if tlsCall {
|
||||
|
||||
conn, err = tls.Dial("tcp", addr, &tls.Config{
|
||||
ServerName: serverName,
|
||||
InsecureSkipVerify: true,
|
||||
|
||||
Reference in New Issue
Block a user