-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
pipenv certificate complaints when generating lock file #591
Comments
Same way you would with Pip. |
Which is the same way you would with Requests. |
Lookup the docs there :) |
I was just coming to say I sorted it, I appended my works certificate to the one within Certifi which requests use. I'll take another look at Requests docs. Thanks 😄 |
I can't get
I don't know if this will be seen, but what am I missing? Shouldn't pipenv work if requests does? |
@edwardreed81 update pipenv |
@techalchemy I'm on version 11.10.1. That's the most recent, right? |
@edwardreed81 please see http://pyfound.blogspot.com/2017/01/time-to-upgrade-your-python-tls-v12.html if you’re on Mac or open a new issue |
@techalchemy Opened a new issue at #2110 |
Had the same issue (OS X 10.13, Python 3.4.4, updated pip to 10.0.1), could install, but locking would fail. Calling
gave an error, calling
reported installing |
The same problem in Win 10(python 3.6.4) |
problem
The actual download and installation of packages is working and I can import them. However I get certificate errors whenever it attempts to generate a lock file. Using basic pip works fine.
Question
Important
Pip works find using the system configured proxy settings. However pipenv is complaining about certificates. I do have access to these certificates but no where to place them
system
Python version: 3.6.2 (32bit)
Windows Version: 7 enterprise 32bit
Behind corperate proxy: True
pip file
I have tried setting verify_ssl to false & changing the url to plain http
Output
The text was updated successfully, but these errors were encountered: