diff --git a/content-by-language/go/outbound-integration.go b/content-by-language/go/outbound-integration.go index 908a835..7124fc7 100644 --- a/content-by-language/go/outbound-integration.go +++ b/content-by-language/go/outbound-integration.go @@ -42,7 +42,7 @@ func main() { Proxy: http.ProxyFromEnvironment, TLSClientConfig: &tls.Config{ RootCAs: caCertPool, - InsecureSkipVerify: true, + InsecureSkipVerify: false, }, }, }