Skip to content

Commit 6a10cf4

Browse files
author
Corentin
committed
Remove HTTPS cert comment
1 parent e16f1b8 commit 6a10cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snippet.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
tls_root_certs = './roots.pem'
1414
if not Path(tls_root_certs).exists():
1515
print('Downloading gRPC certificates')
16-
# Do not verify certs for https (Mac issue)
1716
ssl._create_default_https_context = ssl._create_unverified_context
1817
urllib.request.urlretrieve('https://pki.google.com/roots.pem', tls_root_certs)
1918
os.environ[env_name] = tls_root_certs

0 commit comments

Comments
 (0)