passiomatic / coldsweat

Web RSS aggregator and reader compatible with the Fever API
MIT License
145 stars 21 forks source link

Impossible to subscribe HTTPS feeds #36

Closed passiomatic closed 10 years ago

passiomatic commented 10 years ago

Requests gives the following exceptions:

AttributeError: VerifiedHTTPSConnection instance has no attribute '_tunnel_host'

E.g.: https://news.ycombinator.com/

passiomatic commented 10 years ago

Ah, this seems to be a Python 2.6.2 shortcoming:

Actually apparently the _tunnel_host attribute was added to Python 2.6.3 and greater to support HTTPS proxies.

Link: http://code.google.com/p/bfpy/issues/detail?id=20

passiomatic commented 10 years ago

Confirmed to work perfectly under Python 2.6.7.