美文网首页
python 发起https请求 请求失败

python 发起https请求 请求失败

作者: 实践丈量科学 | 来源:发表于2020-07-17 11:48 被阅读0次

    之前写 python这里的接口请求发不出去,接口报错ssl,发现是证书问题:

    import ssl

    ssl._create_default_https_context = ssl._create_unverified_context

    添加进去就可以了

    相关文章

      网友评论

          本文标题:python 发起https请求 请求失败

          本文链接:https://www.haomeiwen.com/subject/flqghktx.html