我在连接到Cosmos DB时收到SSL错误(SSL:CERTIFICATE_VERIFY_FAILED)。我的cosmos DB存在于本地网络中,我正在从ubuntu机器上运行我的python脚本。
以下是我的代码:
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='10.107.0.111', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)'),))
以下是我得到的ssl错误:
cellForRow
寻求帮助和谢谢。