Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

HTTP Error 403: SSL is required #19

Open
juyeonKang opened this issue Mar 11, 2018 · 4 comments
Open

HTTP Error 403: SSL is required #19

juyeonKang opened this issue Mar 11, 2018 · 4 comments

Comments

@juyeonKang
Copy link

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

@petitssoldats
Copy link

same here 😭

@Tristramg
Copy link
Owner

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 ?

@augdomingues
Copy link

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?

@braandl
Copy link

braandl commented Jul 15, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants