MCPcopy Index your code
hub / github.com/code-scan/Goal / IgnoreSSL

Method IgnoreSSL

Ghttp/http.go:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 //h.HttpTransport.DisableKeepAlives = true
111}
112func (h *Http) IgnoreSSL() {
113 h.HttpTransport.TLSClientConfig = &tls.Config{
114 InsecureSkipVerify: true,
115 }
116}
117
118func (h *Http) SetProxy(proxyUrl string) *Http {
119 u, _ := url.Parse(proxyUrl)

Callers 9

NewMethod · 0.95
GetFunction · 0.80
PostFunction · 0.80
CheckLoginMethod · 0.80
LoginMethod · 0.80
GetBuildIdMethod · 0.80
httpReqMethod · 0.80
GetBuildIdMethod · 0.80
httpReqMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected