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

pip3 package crash #3

Closed
Lillecarl opened this issue Mar 15, 2018 · 2 comments
Closed

pip3 package crash #3

Lillecarl opened this issue Mar 15, 2018 · 2 comments

Comments

@Lillecarl
Copy link
Contributor

I don't know if you're maintaining the pip3 package, however when i tested it out i got this error:

https://gist.github.com/Lillecarl/0675730265e9e304b3fc76f9ad7ca812

So what i did was i removed the leading space and the trailing / in the base URL variable, which resolved the issue and gave me a certificate.

The command i used was certbot certonly --server https://acme-v02.api.letsencrypt.org/directory -d *.dicloud.se -d dicloud.se in case that's of interest (using new wildcard compatible API 👍 )

I didn't try installing it from your repo, i know very little about both the python environment and language so this is all i can do 😄

@runfalk
Copy link
Owner

runfalk commented Mar 15, 2018

This was fixed with PR #2, but I forgot to release a new version on PyPI.

I've released version 0.1.1 (https://pypi.python.org/pypi/certbot-glesys/0.1.1). You should be able to:

pip3 install --upgrade certbot-glesys

and it should update.

Let me know if this fixes your issue. I am glad to hear the wildcard API worked without modifications 😄

@Lillecarl
Copy link
Contributor Author

Now it's working, and yeah it's supernice! 👍 Thanks!

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

No branches or pull requests

2 participants