Skip to content

Commit

Permalink
Merge pull request #534 from akutz/bugfix/tls-known-hosts-detect
Browse files Browse the repository at this point in the history
TLS Known Hosts Fix
  • Loading branch information
akutz committed May 1, 2017
2 parents 44a5d1c + 95ede84 commit a0bea64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/utils/utils_tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func ParseTLSConfig(
newTLS("usrKnownHosts", pathConfig.UserDefaultTLSKnownHosts)
f("usrKnownHosts", pathConfig.UserDefaultTLSKnownHosts)
tlsConfig.UsrKnownHosts = pathConfig.UserDefaultTLSKnownHosts
tlsConfig.InsecureSkipVerify = true
tlsConfig.VerifyPeers = true
}

Expand Down

0 comments on commit a0bea64

Please sign in to comment.