1
sola97 2018-11-05 14:30:58 +08:00 via Android
用 http 代理可以爬 https 的内容的吧
|
2
enrolls 2018-11-06 00:01:09 +08:00
1. 忽略 ssl 验证 [doc]( https://docs.aiohttp.org/en/stable/client_reference.html?highlight=verify_ssl)
2. 代理协议使用 http/socks4/socks5 |