Answer these questions to help the Community help you with Security questions.
What is the domain name?
Have you searched for an answer?
Yes, and found several issues where DNSSEC was part of the problem. It currently is active for this domain in our registrar, but some of our other domains (for example, peterlindbergh-coruna.com; almost the same name, but “coruna” instead of “acoruna”) have the same configuration and are working without problems.
When you tested your domain, what were the results?
An SSL error is displayed when you try to connect:
[~] curl -I https://peterlindbergh-acoruna.com/
curl: (35) error:0A000410:SSL routines::sslv3 alert handshake failure
Describe the issue you are having:
The Edge Certificate for this domain has been stuck at the “Pending validation (TXT)” state for several days. Validation records (_acme-challenge.peterlindbergh-acoruna.com) seem to be created, but they don’t appear to work:
[~] dig TXT _acme-challenge.peterlindbergh-acoruna.com
; <<>> DiG 9.18.18-0ubuntu0.22.04.2-Ubuntu <<>> TXT _acme-challenge.peterlindbergh-acoruna.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4485
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 13
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;_acme-challenge.peterlindbergh-acoruna.com. IN TXT
;; ANSWER SECTION:
_acme-challenge.peterlindbergh-acoruna.com. 300 IN TXT "pHbz229ieVrlblS-YH0aaCIXB2Q8oB3QdSGjFQsC7IU"
_acme-challenge.peterlindbergh-acoruna.com. 300 IN TXT "BXUqv-B2QLirHcqapxTIkut57uilGq9MkUUqCpeNkC4"
_acme-challenge.peterlindbergh-acoruna.com. 300 IN TXT "jJ7ra2EtV5KeRh9i_EJflrDUv7aUpIawpfbORGlKmXM"
_acme-challenge.peterlindbergh-acoruna.com. 300 IN TXT "eUOWUJjFaB3fwE4FiUE8axdwnoglZ6lHbp8fEZ77Taw"
;; AUTHORITY SECTION:
peterlindbergh-acoruna.com. 101900 IN NS melina.ns.cloudflare.com.
peterlindbergh-acoruna.com. 101900 IN NS kipp.ns.cloudflare.com.
;; ADDITIONAL SECTION:
melina.ns.cloudflare.com. 101900 IN A 108.162.194.184
melina.ns.cloudflare.com. 101900 IN A 162.159.38.184
melina.ns.cloudflare.com. 101900 IN A 172.64.34.184
kipp.ns.cloudflare.com. 101900 IN A 172.64.35.240
kipp.ns.cloudflare.com. 101900 IN A 108.162.195.240
kipp.ns.cloudflare.com. 101900 IN A 162.159.44.240
melina.ns.cloudflare.com. 101900 IN AAAA 2a06:98c1:50::ac40:22b8
melina.ns.cloudflare.com. 101900 IN AAAA 2606:4700:50::a29f:26b8
melina.ns.cloudflare.com. 101900 IN AAAA 2803:f800:50::6ca2:c2b8
kipp.ns.cloudflare.com. 101900 IN AAAA 2803:f800:50::6ca2:c3f0
kipp.ns.cloudflare.com. 101900 IN AAAA 2a06:98c1:50::ac40:23f0
kipp.ns.cloudflare.com. 101900 IN AAAA 2606:4700:58::a29f:2cf0
;; Query time: 47 msec
;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
;; WHEN: Thu Feb 29 09:59:27 CET 2024
;; MSG SIZE rcvd: 613
What steps have you taken to resolve the issue?
Removed the Universal Certificate, waited for a while and enabled it again, as per the FAQ at Troubleshooting Universal SSL · Cloudflare SSL/TLS docs.
Was the site working with SSL prior to adding it to Cloudflare?
We’re not sure, but we think it wasn’t. This is a secondary domain and, as we’re not the website administrators, we can’t access the server configuration. It’s probable that the website is not configured for this domain, only for the main one.
What are the steps to reproduce the error:
Use “curl” or any other tool to connect to the website.
Please attach a screenshot of the error:
The previous “curl” execution shows the issue.
Thanks in advance!