-
Notifications
You must be signed in to change notification settings - Fork 825
CURL error 28 on certificate creation/renewal #1051
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
Comments
I am seeing something very similar with 2.2.9 Trying to execute I tried introducing a fault where the Acme Companion did not know of the nginx-proxy container by not:
This still did not give any error messages. I have reverted back to 2.2.8 for now as this has fixed the problem. Happy to help test what ever is necessary to find the problem. |
|
Uh oh!
There was an error while loading. Please reload this page.
Bug description
The companion has been working fine for the last 6 months I've been using it, but I setup a new service last week, and the SSL certificate was not created for this one.
Digging into the issue, it seems the key and crt files are not created, similar to #1042, and when running
docker exec acme-companion /app/force_renew
, the creation takes forever (kind of like #1049), and returns this error:for all services, new and old.
acme-companion image version
nginx-proxy's Docker configuration
Service
docker-compose.yml
Reverse proxy
docker-compose.yml
:rendered nginx configuration
Please provide the rendered nginx configuration:
Containers logs
Please provide the logs of:
docker logs name-of-the-companion-container
Docker host
The text was updated successfully, but these errors were encountered: