sharedstreets / sharedstreets-python

SharedStreets (Python)
https://sharedstreets.io
MIT License
64 stars 16 forks source link

SSL Error #26

Open jesusjo2 opened 1 year ago

jesusjo2 commented 1 year ago

Hello! I am getting the following SSLError:

SSLError: HTTPSConnectionPool(host='tiles.sharedstreets.io', port=443): Max retries exceeded with url: /osm/planet-180312/12-656-1582.geometry.6.pbf (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1091)')))

I am not sure if this is still maintained, but if it is, please I would like advice on how to proceed. I am currently using python 3.7.16 and I can't find a way to fix this after checking every version of all packages locally (or attempting to run the simple commands in the tutorial on Google collab).

zachflanders commented 1 year ago

I am also getting the SSLError:

SSLError: HTTPSConnectionPool(host='tiles.sharedstreets.io', port=443): Max retries exceeded with url: [...] (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1129)')))