Potentially bad TLS connection settings GSC-G402
Security
Major
6 months ago4 years old
TLS InsecureSkipVerify set true.
14		Transport: &http.Transport{
15			Proxy: http.ProxyFromEnvironment,
16			TLSClientConfig: &tls.Config{
17				InsecureSkipVerify: true,18			},
19		},
20	},