Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate python ssl module in brave-core/vendor to prevent InsecurePlatformWarning #568
Comments
|
Really shouldn't be ignoring these, can we change the ticket to resolving the ssl issue? (apologies if that's what you meant) |
|
There's a ticket to switch to python3 I believe, maybe makes sense to combine it with that? |
|
Oh, ya I meant 'fix the problem with ssl that is causing these warnings', sorry if I wasn't clear about that. I'll change the title. |
|
On Mac, this exhibits a slightly different
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description from https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning:
InsecurePlatformWarning
This happens on Python 2 platforms that have an outdated ssl module. These older ssl modules can cause some insecure requests to succeed where they should fail and secure requests to fail where they should succeed. Follow the pyOpenSSL guide to resolve this warning.