IgnoredAmbience / yahoo-group-archiver

Scrapes and archives a Yahoo groups email archives, photo galleries and file contents using the non-public API
MIT License
93 stars 46 forks source link

InsecureRequestWarning on Py2.7 #37

Closed bobblanchett closed 4 years ago

bobblanchett commented 4 years ago

InsecureRequestWarning, 2019-10-24 00:35:35 AEDT 335 INFO:archive_photos Fetching photo 'Taranto' (9/14) /home/bob/.local/lib/python2.7/site-packages/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

running ubuntu 18.04.3 LTS

IgnoredAmbience commented 4 years ago

Certificate verification was disabled as a temporary response to #15 and #24, where verification was occasionally failing for unknown reasons.

bobblanchett commented 4 years ago

cheers

d235j commented 4 years ago

Working on a better solution — we believe that Yahoo is sometimes malforming the certificate chain. Fix will probably involve including the correct certificate chain with the archiver.

IgnoredAmbience commented 4 years ago

Fixed by #44