mirror of
https://github.com/kataras/iris.git
synced 2026-01-05 03:07:38 +00:00
:)
This commit is contained in:
@@ -41,7 +41,7 @@ func ProxyHandler(target *url.URL) *httputil.ReverseProxy {
|
||||
|
||||
if netutil.IsLoopbackHost(target.Host) {
|
||||
transport := &http.Transport{
|
||||
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
|
||||
TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, // lint:ignore
|
||||
}
|
||||
p.Transport = transport
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user