We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported by: tiran (Bitbucket: tiran, GitHub: tiran)
ez_setup.DEFAULT_URL points to "http://pypi.python.org/packages/source/s/setuptools/". It should use https instead. At least some versions of Python validate the server cert on some platforms.
The text was updated successfully, but these errors were encountered:
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):
Use https in ez_setup (fixes #10)
Sorry, something went wrong.
Merge pull request #10 from pypa/bugfix/9-legacy-link-libpython
526b7fe
Restore pythonlib support on older Pythons.
c5e74cb
Merged in mgorny/setuptools-overwrite-fix (pull request #10)
d4495c7
Unlink destination file before writing scripts.
No branches or pull requests
Originally reported by: tiran (Bitbucket: tiran, GitHub: tiran)
ez_setup.DEFAULT_URL points to "http://pypi.python.org/packages/source/s/setuptools/". It should use https instead. At least some versions of Python validate the server cert on some platforms.
The text was updated successfully, but these errors were encountered: