зеркало из https://github.com/microsoft/moc.git
removing insecureskipverify
This commit is contained in:
Родитель
8e6070ecf3
Коммит
574a62b3a3
|
@ -36,8 +36,7 @@ func ValidateProxyURL(proxyURL string, certContent string) error {
|
|||
transport := &http.Transport{
|
||||
Proxy: http.ProxyURL(parsedURL),
|
||||
TLSClientConfig: &tls.Config{
|
||||
RootCAs: caCertPool,
|
||||
InsecureSkipVerify: true,
|
||||
RootCAs: caCertPool,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче