Skip to content

Prefer curl for downloading files over urllib#1355

Merged
sbc100 merged 1 commit intomainfrom
use_curl
Mar 14, 2024
Merged

Prefer curl for downloading files over urllib#1355
sbc100 merged 1 commit intomainfrom
use_curl

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
@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
@sbc100 sbc100 merged commit ccd111f into main Mar 14, 2024
@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.
mmorel-35 pushed a commit to mmorel-35/emsdk that referenced this pull request Feb 3, 2026
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