Skip to content
New issue

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

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

Already on GitHub? # to your account

Ignore SSL Certs for MITM/Firewalls #256

Merged
merged 2 commits into from
Jun 9, 2020
Merged

Ignore SSL Certs for MITM/Firewalls #256

merged 2 commits into from
Jun 9, 2020

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants