I only received this notice 11pm Mar 3rd, 2020. I’m trying my best to force renew my affected certs but I’m getting a DNS error?
An unexpected error occurred:
Error finalizing order :: While processing CAA for example.com: DNS problem: query timed out looking up CAA for example.com
My domain is correctly in DNS (has been all along) and I’m able to access it. SSL checkers can still validate the existing cert that was only renewed under 10 days ago. Is this problem from my end or at LetsEncrypt?
Just tried again.
I’m running (am I running it correctly?):
certbot certonly --force-renewal --staging --dry-run -d mailman.dot.asia
Getting this response:
An unexpected error occurred:
Error finalizing order :: While processing CAA for mailman.dot.asia: DNS problem: query timed out looking up CAA for mailman.dot.asia
Prior to today, I run using cerbot certonly --manual --staging --dry-run and didn’t have problems until today
A quick test indicates that your domain is queriable from our servers. It might’ve been a temporary issue with your server. I’d give it another try soon.
An unexpected error occurred:
Error finalizing order :: While processing CAA for mailman.dot.asia: DNS problem: query timed out looking up CAA for mailman.dot.asia
I’ve even updated DNS and added CAA records which digs correctly:
; <<>> DiG 9.8.3-P1 <<>> dot.asia type257
dot.asia. 21599 IN TYPE257 # 22 000569737375656C657473656E63727970742E6F7267
dot.asia. 21599 IN TYPE257 # 18 000569737375657365637469676F2E636F6D
dot.asia. 21599 IN TYPE257 # 18 00056973737565676F64616464792E636F6D
(these are CAA whitelists for godaddy, letsencrypt, and sectigo as allowed CAs)
That’s correct – but checking by the CA cascades up.
mailman.dot.asiacan have CAA records. If it doesn’t, Let’s Encrypt will use dot.asia's CAA records (if it has any) (and the same with asia itself). But Let’s Encrypt has to be able to successfully do a CAA query for mailman.dot.asia in order to find out which it is.