Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试使用 BMCS Python SDK 时,我收到 SSL/TLS 异常。为什么?
例外: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>
裸机云服务需要 TLS 1.2 连接。您的 OpenSSL 版本可能太旧并且不支持 TLS 1.2。请升级您的 OpenSSL 版本并重试。