推荐学习书目
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 · Nov 5, 2018 · 3445 views
    This topic created in 2778 days ago, the information mentioned may be changed or developed.
    aiohttp 库直接使用 https 代理会报错,用 http 代理没有问题。
    可是~爬虫抓取的网站需要 https,这个要怎么解决呢?
    2 replies    2018-11-06 00:01:09 +08:00
    sola97
        1
    sola97  
       Nov 5, 2018 via Android
    用 http 代理可以爬 https 的内容的吧
    enrolls
        2
    enrolls  
       Nov 6, 2018
    1. 忽略 ssl 验证 [doc]( https://docs.aiohttp.org/en/stable/client_reference.html?highlight=verify_ssl)
    2. 代理协议使用 http/socks4/socks5
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2911 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 14:49 · PVG 22:49 · LAX 07:49 · JFK 10:49
    ♥ Do have faith in what you're doing.