主页 分类 关于

爬虫 verify参数与CA证书(吃牢饭集合)

每天一个入狱小技巧

使用

import requests

# 例如校园网
url = "https://sam.huat.edu.cn:8443/selfservice/"

response = requests.get(url, verify=False)

print(response.content)
print(response.text)









作者: 我叫史迪奇
本文来自于: https://sdq3.link/reptile-verify-CA.html博客内容遵循 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 协议