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

Add an option to disable SSL verification. #47

Open
pedramamini opened this issue Apr 29, 2015 · 2 comments
Open

Add an option to disable SSL verification. #47

pedramamini opened this issue Apr 29, 2015 · 2 comments

Comments

@pedramamini
Copy link

To support Github Enterprise installs with self-signed certificates. It's a simple monkey-patch:

import ssl
ssl._create_default_https_context = ssl._create_unverified_context
@jdmallen
Copy link

I've tested this on our Enterprise edition of GH (2.2.0) and this did indeed fix my SSL issues. Please add this!

image

@conschneider
Copy link

That just saved my morning as well. Thanks a lot!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants