gpt4 book ai didi

python - 收到此错误 :SSLError: [SSL] PEM lib (_ssl. c:2515)

转载 作者:太空宇宙 更新时间:2023-11-03 13:37:21 25 4
gpt4 key购买 nike

import requests
cert_file_path = "/installables/Test/icsp-python_23122015/icsp-python/icsp/cert.pem"
key_file_path = "/installables/Test/icsp-python_23122015/icsp-python/icsp/key.pem"

url = "https://10.54.200.126/rest/os-deployment-install-zips/5020001"

cert = (cert_file_path, key_file_path)
r = requests.get(url, cert=cert, verify=False)

最佳答案

您是否在 key.pem 文件中使用了密码?这不适用于请求库。您需要一个没有密码的私钥。

关于python - 收到此错误 :SSLError: [SSL] PEM lib (_ssl. c:2515),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35739421/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com