我无法连接到一个网站cuz的SSL证书错误(Python)

r6hnlfcb  于 8个月前  发布在  Python
关注(0)|答案(1)|浏览(102)
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host siren.pp.ua:443 ssl:True [SSLCertVerificationError: (1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: IP address mismatch, certificate is not valid for '207.154.193.88'. (_ssl.c:1002)")]

i want to use uasiren API for monitoring alerts in Terminal

我曾试图安装旧版本的pip,但似乎没有帮助

zwghvu4y

zwghvu4y1#

我对Python也有类似的问题。您可能需要从python包中安装证书。
转到Python文件夹并单击Install Certificates.command应该有帮助。

相关问题