osm4routing icon indicating copy to clipboard operation
osm4routing copied to clipboard

HTTP Error 403: SSL is required

Open juyeonKang opened this issue 6 years ago • 4 comments

when trying to run setup.py and osm4routing.py, I got HTTP Error 403: SSL is required. How can I solve this problem?

juyeonKang avatar Mar 11 '18 23:03 juyeonKang

same here 😭

petitssoldats avatar May 16 '18 16:05 petitssoldats

Oh. That’s surprising. Spontaneously, I can’t see what would require any http access…

I don’t really maintain this project anymore. Did you have a look at https://github.com/Tristramg/osm4routing2 ?

Tristramg avatar May 17 '18 09:05 Tristramg

This may be due to the url in the setup function in setup.py. Using the secure version of http (https) seems to be causing this issue in Python, something related to the a failure in checking the SSL certificate... Can you change it to "http://github.com/Tristramg/osm4routing/" and see if you can make it work?

augdomingues avatar Oct 04 '18 16:10 augdomingues

Just change DEFAULT_URL in distribute_setup.py to DEFAULT_URL = "https://pypi.python.org/packages/source/d/distribute/"

braandl avatar Jul 15 '19 12:07 braandl