We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48784d3 commit a0fd47bCopy full SHA for a0fd47b
1 file changed
sentry_sdk/transport.py
@@ -24,7 +24,7 @@ def _make_pool(dsn, http_proxy, https_proxy):
24
if not proxy:
25
proxy = getproxies().get(dsn.scheme)
26
27
- opts = {"num_pools": 2, "cert_reqs": "CERT_NONE", "ca_certs": certifi.where()}
+ opts = {"num_pools": 2, "cert_reqs": "CERT_REQUIRED", "ca_certs": certifi.where()}
28
29
if proxy:
30
return urllib3.ProxyManager(proxy, **opts)
0 commit comments