Skip to content

Conversation

@jkwinn26
Copy link

Adding option "--ignore_ssl_certs" to set ssl.SSLContext.verify_mode=ssl.CERT_NONE

This is "UNSAFE" but allows users behind corporate firewalls to bypass SSL Certificate errors from urllib.urlopen due to MITM situations.

I've written and tested these changes behind a corporate firewall on WSL (Windows Subsystems for Linux) Ubuntu 18.04 using Python 3.6 in a virtual environment.

Jon Winn added 2 commits April 24, 2020 11:19
…erify_mode=ssl.CERT_NONE.

 Unsafe but allows users behind corporate firewalls to ignore cert errors due to MITM/firewall issues.
Removed else: from urlopen to be more pythonic.
@ekalinin ekalinin merged commit f6ef57a into ekalinin:master Jun 9, 2020
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.

2 participants