hacs-proxy icon indicating copy to clipboard operation
hacs-proxy copied to clipboard

添加一个去除ssl验证的功能

Open xiaohuanshu opened this issue 2 years ago • 0 comments

有些情况下翻墙后访问github还是会出现证书错误 OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 不如加一个功能,把证书验证也选择性关闭。手动测试加上ssl=False就好了。args = {**kwargs, 'proxy': self._proxy_info, 'ssl': False}

xiaohuanshu avatar Aug 29 '22 12:08 xiaohuanshu