Domain/SAN: bankaudipb.com
Issue:
Domain validations from Lets Encrypt are failing and therefore certificate is not being issued.
To validate the domain, the following DNS TXT record was asked to be configured in the Akamai portal.
When doing a DNS lookup, we see the correct TXT record is configured on both authoritative nameservers.
dig TXT _acme-challenge.bankaudipb.com @sf.idm.net.lb.
; <<>> DiG 9.16.48-Ubuntu <<>> TXT _acme-challenge.bankaudipb.com @sf.idm.net.lb.
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22312
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; WARNING: recursion requested but not available;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;_acme-challenge.bankaudipb.com. IN TXT;; ANSWER SECTION:
_acme-challenge.bankaudipb.com. 60 IN TXT "509QyQVojOJeVnv4r14ExRnvsmv7BthcMZeIZZz0gMs";; AUTHORITY SECTION:
bankaudipb.com. 3600 IN NS sf.idm.net.lb.
bankaudipb.com. 3600 IN NS ns0.idm.net.lb.;; ADDITIONAL SECTION:
sf.idm.net.lb. 3600 IN A 174.142.61.239
ns0.idm.net.lb. 3600 IN A 194.126.10.18;; Query time: 12 msec
;; SERVER: 174.142.61.239#53(174.142.61.239)
;; WHEN: Tue Jun 25 00:00:22 UTC 2024
;; MSG SIZE rcvd: 192
dig TXT _acme-challenge.bankaudipb.com @ns0.idm.net.lb.
; <<>> DiG 9.16.48-Ubuntu <<>> TXT _acme-challenge.bankaudipb.com @ns0.idm.net.lb.
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43935
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: d2bdb4e3faafbf1d01000000667a089d89d70014b5c2cae0 (good)
;; QUESTION SECTION:
;_acme-challenge.bankaudipb.com. IN TXT;; ANSWER SECTION:
_acme-challenge.bankaudipb.com. 60 IN TXT "509QyQVojOJeVnv4r14ExRnvsmv7BthcMZeIZZz0gMs";; Query time: 134 msec
;; SERVER: 194.126.10.18#53(194.126.10.18)
;; WHEN: Tue Jun 25 00:00:29 UTC 2024
;; MSG SIZE rcvd: 143
However the logs show that Lets Encrypt is finding additional & incorrect TXT records elsewhere and that's why domain is not getting validated.
Report Error: bankaudipb.com: Incorrect TXT record "piTue6iVPXdA5E1lYxcKlbhoBnFiJeIl8jWkpp1Cpxo" (and 1 more) found at _acme-challenge.bankaudipb.com
Report Error: bankaudipb.com: Incorrect TXT record "bMha7VGQIvjhVp1WEralzL3D9M0FROReGT_POJdqu5U" (and 2 more) found at _acme-challenge.bankaudipb.com
Ask:
From where is Lets Encrypt getting these incorrect TXT record? Can we get some kind of DNS lookup result showing that the authoritative nameservers are providing an incorrect TXT record?