Hi,
just a quick question. Im trying to change the domain for my LE certificate on a Synology server.
Everytime i try to change it or create a new one, i get the error message that the server is not reachable (probably mine?).
So just as a test I tried renewing the old one and it went through in about two seconds…
Anyone have an idea why i cant replace the certificate or maybe how i can just change the domain?
Thanks
tail of my /var/log/messages :
2019-05-20T16:35:31+02:00 RS-Research synoscgi_SYNO.Core.Certificate.LetsEncrypt_1_create[29549]: certificate.cpp:973 syno-letsencrypt failed. 102 [Invalid response from http://transfer.briese-research.de/.well-known/acme-challenge/KmIGPPaKLwnoy9hch-tICADUWobbc1Wvibf2YSvFaiI [2001:8d8:100f:f000::28d]: “\n\nThe page is temporarily unavailable\n\nbody { font-family: Tahoma, Verdana, Arial, sans-serif;”]
2019-05-20T16:35:31+02:00 RS-Research synoscgi_SYNO.Core.Certificate.LetsEncrypt_1_create[29549]: certificate.cpp:1392 Failed to create Let’sEncrypt certificate. [102][Invalid response from http://transfer.briese-research.de/.well-known/acme-challenge/KmIGPPaKLwnoy9hch-tICADUWobbc1Wvibf2YSvFaiI [2001:8d8:100f:f000::28d]: “\n\nThe page is temporarily unavailable\n\nbody { font-family: Tahoma, Verdana, Arial, sans-serif;”]
2019-05-20T16:38:37+02:00 RS-Research synoscgi_SYNO.Core.Certificate.LetsEncrypt_1_create[30019]: certificate.cpp:973 syno-letsencrypt failed. 102 [Invalid response from http://transfer.briese-research.de/.well-known/acme-challenge/Mjof43ruV-hHMOkbsuBAO_FgV8oMriFJHkCKu0dLKLQ [2001:8d8:100f:f000::28d]: “\n\nThe page is temporarily unavailable\n\nbody { font-family: Tahoma, Verdana, Arial, sans-serif;”]
2019-05-20T16:38:37+02:00 RS-Research synoscgi_SYNO.Core.Certificate.LetsEncrypt_1_create[30019]: certificate.cpp:1392 Failed to create Let’sEncrypt certificate. [102][Invalid response from http://transfer.briese-research.de/.well-known/acme-challenge/Mjof43ruV-hHMOkbsuBAO_FgV8oMriFJHkCKu0dLKLQ [2001:8d8:100f:f000::28d]: “\n\nThe page is temporarily unavailable\n\nbody { font-family: Tahoma, Verdana, Arial, sans-serif;”]
Hi @briese
checking your domain there is a problem ( https://check-your-website.server-daten.de/?q=transfer.briese-research.de ):
You have ipv4- and ipv6 - addresses:
But your ipv6 doesn't work. http has a timeout, https isn't configured:
The timeout is critical because Letsencrypt checks a file via http + /.well-known/acme-challenge and prefers ipv6.
So
fix your ipv6 (or)
remove the AAAA entry, create a certificate, then fix the ipv6 configuration
Removing the AAAA entry did the trick… Thanks for the suggestion! I wasn’t aware that v6 takes precedent over v4 with LE
Cheers mate
1 Like
Yep, ipv6 is the future. So if a client has both addresses, Letsencrypt uses ipv6.
Now try to fix the ipv6.
Perhaps only a
Listen [::]:80
Listen [::]:443
directive is missing. You can check the configuration without creating a new AAAA record.
Use the ipv6 directly - https://check-your-website.server-daten.de/?q=2001%3A8d8%3A100f%3Af000%3A%3A28d
system
Closed
June 27, 2019, 8:12am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.