-
-
Notifications
You must be signed in to change notification settings - Fork 93
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 retrieval failed! - Wait for certificate #336
Comments
The port map you set is ttp as the protocol, not http. Fix that and this will probably work. |
Indeed, there was a typo - thank you for pointing that out. I have corrected it and restarted the container, but unfortunately, nothing has changed in that regard. It is still stuck in the "Wait for certificate" process. I have disabled and enabled letsencrypt for that application as well, without any success either. |
What is the nginx config after the updated port map was set |
I didn't set any port besides now, like you suggested,
|
Remove the extra https port mapping. That only works if there is an ssl cert. Can you show the output of letsencrypt:enable for that app now? |
I have removed the https port mapping like you suggested, but still having no success. My domain has valid records (A and CNAME as www). letsencrypt:disable
letsencrypt:enable
I want to point out that I appreciate your help and guidance very much at this stage! |
Interesting. Try setting the letsencrypt |
Indeed, it is sure that it works flawlessly in contrast. I guess the whole issue is rather connected with having global vhosts cleared using the letsencrypt staging server. |
Description of problem
Certificate cannot be issued for app with FQDN as the app name when it has multiple domains added to it using Docker as a build strategy.
How to reproduce
dokku domains:clear-global
(serving multiple client projects on a single server)dokku apps:create example.com
dokku domains:add example.com example.com www.example.com
dokku letsencrypt:set example.com server staging
dokku letsencrypt:enable example.com
Actual Results
dokku letsencrypt:enable example.io -v
Expected Results
Issue SSL certificate for www and non-www domain names.
Environment Information
dokku report example.io
How (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Ubuntu 24.04 @hetzner using x64 with vCpus.
Additional information
dokku nginx:show-config expample.com
The text was updated successfully, but these errors were encountered: