首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
解决爬虫requests.exceptions.SSLError问题
解决爬虫requests.exceptions.SSLError问题
mac
2022-07-05
10
解决爬虫requests.exceptions.SSLError问题
import
ssl
# 在入口函数位置
if
hasattr
(
ssl
,
'_create_unverified_context'
)
:
ssl
.
_create_default_https_context
=
ssl
.
_create_unverified_context
转载请注明原文地址: https://mac.8miu.com/read-405671.html
最新回复
(
0
)