Remove setting of TLS max Version TLS1.2

This was only added for debugging and accidentally commited.
v0.7
Martin Dosch 8 months ago
parent 5ff899fe53
commit 721db135ac
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -228,7 +228,6 @@ func main() {
fmt.Println("Unknown TLS version.")
os.Exit(0)
}
tlsConfig.MaxVersion = tls.VersionTLS12
// Check whether an authentification mechanism is pinned.
authMech, _ := parsePinFile(user)

Loading…
Cancel
Save