haxor-news icon indicating copy to clipboard operation
haxor-news copied to clipboard

Allow to ignore certificate verification

Open aldanor opened this issue 8 years ago • 1 comments

In corporate environments it's a common practice to have a proxy that mangles ssl certificates, so we have to ignore certificate verification in pip, curl, wget, git, etc.

$ hn top
Traceback (most recent call last):
...
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)

Please allow disabling certificate verification? (i.e. passing verify=False to requests methods)

aldanor avatar Apr 18 '16 11:04 aldanor

Perhaps a setting in the config file could support this. Thanks for the suggestion!

donnemartin avatar Apr 19 '16 02:04 donnemartin