Potentially bad TLS connection settings GSC-G402
Security
Major
1 occurrence in this check
TLS MinVersion too low.
53	httpClient = &http.Client{
54		Transport: &http.Transport{
55			DisableKeepAlives: true,
56			TLSClientConfig:   &tls.Config{},57		},
58	}
59	re.False(IsEnableHTTPS(httpClient))