为了账号安全,请及时绑定邮箱和手机立即绑定

ssl certificate verify failed

用的是Python3.5,from urllib import requeat
opener=request.build_opener
opener.open的时候 出现ssl certificate verify failed ,求老师指点

正在回答

1 回答

import ssl

context = ssl._create_unverified_context()

urllib.urlopen("https://www...", context=context)

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Python-走进Requests库
  • 参与学习       38732    人
  • 解答问题       106    个

python类库中,requests是一件利器,想深入了解一起来学吧

进入课程

ssl certificate verify failed

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信