V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
a65420321a
V2EX  ›  Python

异步爬虫如何使用 https 代理?

  •  
  •   a65420321a · 2018-11-05 11:39:22 +08:00 · 2423 次点击
    这是一个创建于 1970 天前的主题,其中的信息可能已经有所发展或是发生改变。
    aiohttp 库直接使用 https 代理会报错,用 http 代理没有问题。
    可是~爬虫抓取的网站需要 https,这个要怎么解决呢?
    2 条回复    2018-11-06 00:01:09 +08:00
    sola97
        1
    sola97  
       2018-11-05 14:30:58 +08:00 via Android
    用 http 代理可以爬 https 的内容的吧
    enrolls
        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
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5205 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 01:21 · PVG 09:21 · LAX 18:21 · JFK 21:21
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.