SSL certificate renewal issues...

what I’m I doing wrong ?

getting error: (.venv)  ~/IdeaProjects/azezment-feature-branch 20:55 (azezment-feature-branch) % curl "https://azezment.com"
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to azezment.com:443.   What's happening with my certs,  here's my trouble-shooting, and I can't figure out what's wrong with the certificates: 

~/IdeaProjects/azezment-feature-branch 20:37 (azezment-feature-branch) % fly certs setup ‘*.azezment.com’

You are creating a certificate for *.azezment.com
We are using Let’s Encrypt for this certificate.

You can direct traffic to your Fly application by adding records to your DNS provider.

Choose your DNS setup:

  1. A and AAAA records (recommended for direct connections)

    A * → 66.241.125.91
    AAAA * → 2a09:8280:1::b7:abf7:0

  2. CNAME record

    CNAME * → kn65kld.azezment.fly.dev

Required: DNS Challenge

CNAME _acme-challenge.azezment.com → azezment.com.kn65kld.flydns.net

Additional to one of the DNS setups.
Required for this wildcard certificate.

~/IdeaProjects/azezment-feature-branch 20:38 (azezment-feature-branch) % fly certs check ‘*.azezment.com’
Status = Ready
Hostname = *.azezment.com
DNS Provider = enom
Certificate Authority = Let’s Encrypt
Issued = rsa,ecdsa
Added to App = 5 minutes ago
Expires = 2 months from now
Source = fly

✓ Your certificate has been issued!
Your DNS is correctly configured and this certificate will auto-renew before expiration.

uhmm.. it started working now. Is there a delay in deploying the certs at the proxy’s? if so, how long.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.