Synology: Error on renewal

My domain is: *.inuvem.org

I ran this command: synology control panel

It produced this output: "Failed to connect to the Let's Encrypt server. Check the server address and your network settings."

My web server is (include version):

The operating system my web server runs on is (include version): DSM 7.1.1-42962 Update 2

Is outgoing https working at all from your synology box? Can you use a command line to check?

3 Likes

Sorry, I'm a little newbie :slight_smile:

Test a port using a command

$ telnet portquiz.takao-tech.com 443 Trying ... Connected to XXXXX

$ nc -v XXXXXX 443 Connection to XXXXXXXX 443 port [tcp/daytime] succeeded!

$ curl XXXXXXXX:443 Port 443 test successful! Your IP: XXXXXXXX

$ wget -qO- XXXXXXXX:443 Port 443 test successful! Your IP: XXXXXXX

1 Like

Cool, so how about curl https://acme-v02.api.letsencrypt.org/directory?

5 Likes

{
"Wp0MzluCgPM": "Adding random entries to the directory",
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}%

Using Let's Debug (see here) to test connections to your server shows you have an AAAA record in the DNS for a private IP. You should change that to a public IP or remove the AAAA record to use only IPv4.

I don't know that this is causing your original problem but the error message is not very informative. It is something you need to fix to get an LE cert in any case.

EDIT: Also, your DNS config has some problems you should address. See dnsviz report

3 Likes

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