github-issues-import icon indicating copy to clipboard operation
github-issues-import copied to clipboard

Add an option to disable SSL verification.

Open pedramamini opened this issue 9 years ago • 2 comments

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

pedramamini avatar Apr 29 '15 22:04 pedramamini

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

jdmallen avatar Sep 30 '15 18:09 jdmallen

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

conschneider avatar Mar 07 '18 18:03 conschneider