We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16f1b8 commit 6a10cf4Copy full SHA for 6a10cf4
snippet.py
@@ -13,7 +13,6 @@
13
tls_root_certs = './roots.pem'
14
if not Path(tls_root_certs).exists():
15
print('Downloading gRPC certificates')
16
- # Do not verify certs for https (Mac issue)
17
ssl._create_default_https_context = ssl._create_unverified_context
18
urllib.request.urlretrieve('https://pki.google.com/roots.pem', tls_root_certs)
19
os.environ[env_name] = tls_root_certs
0 commit comments