-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
Hi guys! Has anyone faced this error yet?
I ran this command:
docker run -d
--name nginx-auto-ssl \
--restart on-failure
-p 80:80
-p 443:443
-e ALLOWED_DOMAINS=uni8.tech
-e LETSENCRYPT_URL='https://acme-staging-v02.api.letsencrypt.org/directory' \
-e SITES='uni8.tech=localhost:3000'
valian/docker-nginx-auto-ssl
...And I got the logs:
Processing www.uni8.tech
- Signing domains...
- Generating private key...
- Generating signing request...
- Requesting new certificate order from CA...
- Received 1 authorizations URLs from the CA
- Handling authorization for www.uni8.tech
- Found valid authorization for www.uni8.tech
- 0 pending challenge(s)
- Requesting certificate...
err: ERROR: Problem connecting to server (post for ; curl returned with 3)
, context: ssl_certificate_by_lua*, client: 123.23.152.97, server: 0.0.0.0:443
2024/04/23 08:36:34 [error] 25#25: 136 [lua] ssl_certificate.lua:97: issue_cert(): auto-ssl: issuing new certificate failed: dehydrated failure, context: ssl_certificate_by_lua, client: 123.23.152.97, server: 0.0.0.0:443
2024/04/23 08:36:34 [error] 25#25: 136 [lua] ssl_certificate.lua:291: auto-ssl: could not get certificate for www.uni8.tech - using fallback - failed to get or issue certificate, context: ssl_certificate_by_lua, client: 123.23.152.97, server: 0.0.0.0:443
Metadata
Metadata
Assignees
Labels
No labels