-
Notifications
You must be signed in to change notification settings - Fork 28
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
Certificate acquisition fails with "Unable to get base domain [...]" #40
Comments
Which version is installed?
You should have at least version 1.4.0 of The main issue here is you have conflicting package versions.
And install certbot as well via pip:
Shall we close this issue? @obynio It seems as a duplicate of other issues and you have recently specified in your README:
|
I'll let it open a bit to wait for an answer. If I don't get one in a few days I'll close it. |
Thank you for your answer. "pip3 show certbot-plugin-gandi" yielded version 1.4.1. I've removed certbot via "apt-get purge certbot", reinstalled it via "pip3 install certbot" and tried again, unfortunately certificate acquisition fails exactly the same way. |
I don't think I have put mine in
Are you running as root all the commands?
We may have to update this code.
And more importantly, a message parameter that describes the issue. |
@tisecinfo Could you use this PR? #44 Since it is not merged yet: In
|
Then I checked the API key again - it is correct and also domain.tld is registered to this Gandi account. (Ignore the nginx errors - nginx doesn't start up because the certificate doesn't exist since the acquisition fails.) |
@tisecinfo For the so-called subdomain.domain.tld, I see the new error the resource could not be found. |
For other reasons I've redeployed the whole machine, still Ubuntu 22.04, installed certbot and this plugin via:
(The version installed is 1.4.3)
...and everything worked first try. This issue is now resolved for me, but feel free to ask me about details if you want to narrow down potential bugs. |
Thank you for creating such a useful plugin and for your assistance troubleshooting this issue. |
@HLFH can you remove the draft flag of your PR if you think it's ready for merge ? |
Hello everybody, and thank you for developping this plugin.
When I check the logs I see some 404 errors reported :
I hope this will give you some clues... |
I've read through the documentation extensively, viewed both open and closed issues and even looked at the source code - I cannot figure out what the problem is.
I've censored the domain deliberately.
Setup on an Ubuntu 22.04:
Content of /root/Gandi.ini with censored API key:
The key is 100% correct.
Command to aquire the cert:
Error message on the console:
Notable lines from the log file:
What's the catch? What else can I do to narrow down the problem?
The text was updated successfully, but these errors were encountered: