-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS使用二进制文件提示SSL: CERTIFICATE_VERIFY_FAILED #54
Comments
https证书验证有问题,试试
related #47 |
看#47使用的是dnspod,而我使用的是aliyun,故障依旧 |
我确认一下这是系统配置还是python的问题 |
系统新安装的10.14.4,系统自带python 2.7.10 |
这个和系统python的版本似乎关系不大,release出来的是python3.7编译的版本 你试试 上次python2.7编译出来的版本 这里解释是python3.6之后对证书验证有变化 |
源码如过也不行,在run.py加一下这个试试 import ssl
ssl._create_default_https_context = ssl._create_unverified_context |
源码不用加这些声明就可以,但是编译之后就不可以了(2.7编译一样不行),是不是证书位置引用错误了? |
还有个问题,如果IP地址没改变却执行了py文件,是仅提示一个 . 吗? |
是的,这个时候没有更新 |
v2.5.8 release 了 https://github.com/NewFuture/DDNS/releases/tag/v2.5.8 |
好的!谢谢通知! |
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify fa
iled: unable to get local issuer certificate (_ssl.c:1
045)
The text was updated successfully, but these errors were encountered: