Feedparser.parse() 'SSL: CERTIFICATE_VERIFY_FAILED'

前端 未结 3 1723
忘了有多久
忘了有多久 2020-12-18 22:47

I\'m having this SSL issue with feedparser parsing an HTTPS RSS feed, I don\'t really know what to do as I can\'t find any documentation on this error when it c

3条回答
  •  情书的邮戳
    2020-12-18 23:40

    Make sure ca-certificates is installed.

    Ran into this issue when using feedparser in a docker container which was lacking it and simply installing it solved my problem.

提交回复
热议问题