-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
error on letsencrypt certificate renewal #4599
Comments
Double check your IP address is correct. It's probably just a connection issue. There are thousands of hits for the same error message ( Just a heads up - change to letsencrypt staging before carrying out more than a couple of iterations, to avoid hitting letsencrypt's rate limit. It's a little trickier to set up the But I've found using ZeroSSL for acme certs far less troublesome than letsencrypt: |
hi, thanks for your reply. $ curl -v https://app.pintable.it
* Trying 79.11.135.62:443...
* Connected to app.pintable.it (79.11.135.62) port 443
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: none
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN: server accepted h2
* Server certificate:
* subject: CN=app.pintable.it
* start date: Jul 4 14:03:24 2023 GMT
* expire date: Oct 2 14:03:23 2023 GMT
* subjectAltName: host "app.pintable.it" matched cert's "app.pintable.it"
* issuer: C=US; O=Let's Encrypt; CN=R3
* SSL certificate verify ok.
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://app.pintable.it/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: app.pintable.it]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [user-agent: curl/8.3.0]
* [HTTP/2] [1] [accept: */*]
> GET / HTTP/2
> Host: app.pintable.it
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/2 302
< content-language: en
< content-type: text/html; charset=utf-8
< cross-origin-opener-policy: same-origin
< date: Fri, 29 Sep 2023 12:22:55 GMT
< location: /accounts/login/?next=/
< referrer-policy: origin
< server: gunicorn
< strict-transport-security: max-age=60; includeSubDomains; preload
< vary: Accept-Language, Cookie
< x-content-type-options: nosniff
< x-frame-options: DENY
< content-length: 0
<
* Connection #0 to host app.pintable.it left intact |
my BAD!! |
I've messed up the ports before myself. I wish I remembered and suggested that. Glad you managed to fix it. Well done. |
hi,
my website has been running fine on https for almost 3 months but i just found out that the certificate is about to expire and traefik is not able to renew it.
the docker logs show this error:
traefik container was set up using cookiecutter-django template. this is my docker compose configuration:
and this is traefik configuration file:
can you please help me addressing this issue?
thanks
The text was updated successfully, but these errors were encountered: