【问题标题】:BeautifulSoup error with requests.get() "SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure"带有 requests.get() “SSL23_GET_SERVER_HELLO:sslv3 警报握手失败”的 BeautifulSoup 错误
【发布时间】:2023-03-11 19:58:01
【问题描述】:

当我开始收到此错误 "SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure" 时,我正试图抓取此特定链接 ("https://fmovies.is/search?keyword=Kung+Fu+Panda+2")。

我尝试按照文档https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2中的说明进行操作

在 Ubuntu 14.04、python 2.7.6 和 openssl 版本 1.01 上运行

如果有人能告诉我如何抓取这些网站,我将不胜感激。

【问题讨论】:

标签: python web-scraping beautifulsoup


【解决方案1】:

对 openssl 进行了清除并从这里重新安装 https://www.openssl.org/source/ 为我工作。我不太确定错误的来源是什么,它现在工作正常。

感谢大家的帮助!

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-04-21
    • 2016-12-12
    • 2016-05-02
    • 2015-12-02
    • 2019-12-21
    • 2016-05-04
    • 1970-01-01
    • 2016-05-01
    相关资源
    最近更新 更多