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

Fix issue where InsecureRequestWarning is emitted for HTTPS Emscripte… #3333

Merged
merged 2 commits into from Feb 9, 2024

Conversation

sethmlarson
Copy link
Member

…n requests

Closes #3331 I wasn't able to get tests to run locally and spent a bunch of time trying to get Jupyterlite+micropip to install a local wheel file to no avail 😢 So will be relying on CI for this one, unfortunately. We really need #3330

@sethmlarson sethmlarson force-pushed the emscripten-is-verified branch 2 times, most recently from e643943 to dcb177b Compare January 31, 2024 01:52
@ecerulm ecerulm assigned ecerulm and unassigned ecerulm Jan 31, 2024

http = urllib3.PoolManager()

with warnings.catch_warnings(record=True) as w:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI fails because you haven't imported warnings

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed in 2758cab

Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM.

@pquentin pquentin merged commit cfe52f9 into urllib3:main Feb 9, 2024
35 of 36 checks passed
@sethmlarson sethmlarson deleted the emscripten-is-verified branch February 9, 2024 03:32
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.

Emscripten support emits an InsecureRequestWarning even when using HTTPS
3 participants