This commit is contained in:
Dhwani Shah 2023-10-26 16:26:11 -07:00
Родитель 8e6070ecf3
Коммит 574a62b3a3
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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,
},
}