Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer curl for downloading files over urllib #1355

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Prefer curl for downloading files over urllib #1355

merged 1 commit into from
Mar 14, 2024

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Mar 13, 2024

This is especially important on macOS where urllib can fail to verify certificates.

See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore

Fixes: #1207, #85, #1356, #1357, #1358

@sbc100 sbc100 requested a review from dschuff March 13, 2024 18:57
@sbc100 sbc100 force-pushed the use_curl branch 3 times, most recently from 0407661 to 910aa0e Compare March 13, 2024 19:46
emsdk.py Outdated Show resolved Hide resolved
@sbc100 sbc100 force-pushed the use_curl branch 2 times, most recently from d1306f0 to f7138bb Compare March 13, 2024 20:22
@aheejin aheejin mentioned this pull request Mar 14, 2024
emsdk.py Show resolved Hide resolved
@sbc100 sbc100 merged commit ccd111f into main Mar 14, 2024
10 checks passed
@sbc100 sbc100 deleted the use_curl branch March 14, 2024 20:19
sbc100 added a commit that referenced this pull request May 28, 2024
Since we use curl now (#1355) this should no longer be needed.
sbc100 added a commit that referenced this pull request May 28, 2024
Since we use curl now (#1355) this should no longer be needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python certificates on OSX
2 participants