Skip to content
New issue

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

Fails with 403 error on any command that queries PyPI #8

Closed
elirnm opened this issue Jun 17, 2016 · 1 comment
Closed

Fails with 403 error on any command that queries PyPI #8

elirnm opened this issue Jun 17, 2016 · 1 comment
Labels

Comments

@elirnm
Copy link

elirnm commented Jun 17, 2016

Yolk is failing with "HTTP Error 403: Must access using HTTPS instead of HTTP" when it runs with any command which queries PyPI. This started just in the last few days.

@myint myint added the bug label Jun 19, 2016
@myint myint closed this as completed in 68a77e9 Jun 19, 2016
@schwehr
Copy link

schwehr commented Jun 20, 2016

This is likely a support lib being out of date, but the error message is less than helpful.

Old yolk 0.8.7:

yolk -U
HTTP Error 403: Must access using HTTPS instead of HTTP

After updating yolk in fink:

yolk -U
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>

fink list yolk3k
Information about 9766 packages read in 1 seconds.
     yolk3k-py34      0.9-1        Query PyPI and Python packages installed
 i   yolk3k-py35      0.9-1        Query PyPI and Python packages installed

fink list -i python35 ssl | grep py
 i  backports.ssl-match-hostname-py27   3.5.0.1-1   Backport of py34's ssl.match_hostname()
 i  pyopenssl-py27  16.0.0-1    Python wrapper module around OpenSSL
 i  python35    3.5.1-2 Interpreted, object-oriented language
 i  python35-shlibs 3.5.1-2 Interpreted, object-oriented language

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

No branches or pull requests

3 participants