-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Peep install error when running letsencrypt-auto #2588
Comments
More info. Looks like it may be related to a recent openssl update in Ubuntu. I see that openssl updated today on my all my systems and this brand new vm has the latest openssl. The message below hints that it is related to openssl. So this probably isn't anything you can do anything about.
|
Some references in case anyone else shows up here with the issue: |
I came up with a temporary workaround for Ubuntu 14.04:
Then edit letsencrypt-auto to add
Then you can run letsencrypt-auto and get the certificate. Then upgrade openssl and libssl-dev when the certificate is installed. This will probably be resolved before it needs to renew.
|
Your solution worked for me. And looks like the issue has been resolved at pyca/cryptography#2750 |
It looks like you're having 2 problems: that cryptography one and then another that's likely a pip 1.5.4 bug, also seen in many other instances: erikrose/peep#129 That version of pip is 2 years old, so we're going to see about doing an isolated upgrade in those cases. |
Thanks @singlow! |
I tried @singlow 's solution on ubuntu 16.04 but it doesnt work, this issue shows up every time I try to run |
@xzitlou, there are If you still want to try to install through |
@bmw I had to clear the $PATH and re install python and pip, I also remove cryptography from my requirements.txt and I installed manually, this fix the issue. Thanks anyway. |
Just cloned the repo and tried to run in an Ubuntu 14.04 VPS. Using master f205d15
The text was updated successfully, but these errors were encountered: