-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
certbot-dns-godaddy==2.9.0 #3592
Comments
for anyone else encountering this, for now hardcode the version 2.8.0 in
|
Yeah, I also have this issue. |
On my Raspberry Pi 4 (arm64) using image with 2.11.1 tag, I have to change to |
Fixed it by installing a specific certbot version:
This works, because it sets all dependency plugin versions to
The issue is that currently |
How would one go about getting this fixed in the docker container? |
https://stackoverflow.com/questions/30172605/how-do-i-get-into-a-docker-containers-shell#30173220 |
I know how to get INSIDE the container and execute things inside of it, but once you stop, reboot, etc, all changes are lost, so how do we make this change permanent? |
copy the file from this repo, place it somewhere on your machine, do the change, and mount it in docker it should be mounted to |
Thanks, that fixed it for me! |
Me too! |
I created a pull request to pin the certbos-dns-godaddy version at the latest, v2.8.0, which should resolve this. I ran into some other issues for me, namely an issue with certbot/plugins/dns_common_lexicon.py regarding the recent update about delegated subdomains. |
In my initial testing it seems I have fallen onto issues with subdomains with wildcards possibly mentioned by @wolviex.
Unsure if this issue is an upstream certbot change or NPM. |
Currently running into this error after downgrading to Error determining zone identifier for <DOMAIN>: 401 Client Error: Unauthorized for url: https://api.godaddy.com/v1/domains/<DOMAIN>.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details. Does anyone have any suggestions? Would the |
No, TL;DR The
|
I'm not familiar with python, I edited the site-package file & rerun the SSL Certificate creation & got the same Do I have to recompile the certbot package @wolviex? |
You may need to restart the container |
Container was restarted & the problem still persists, line of code is commented out as well. |
Hey, just updated to the latest docker img and i get the following error
I don't see such version in pypi
The text was updated successfully, but these errors were encountered: