• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Let's Encrypt - DNS problem: query timed out looking up CAA

Thraul

New Pleskian
I am having an issue with some domains returning the following error.

nlwFWNf.png


This happens when attempting to install or renew certificates with and without aliases.

I am running the following

iI05XhZ.png

Extension Version

bdvNEYu.png



Any help is appreciated.

Thanks.
 
Let's Encrypt makes CAA1 queries, which fail.
Let's Encrypt validation system was not able to complete a DNS lookup for your domain. Most probably that DNS for domain is not correctly configured, or that the route between Let's Encrypt servers and your server has some network problems.
 
Hi Igor,

I have done some testing and have found that DNS on my server is fine and I have it configured for this domain the same as all the others.

[root@web4 ~]$ cat /etc/resolv.conf
; generated by /sbin/dhclient-script
#search ait.local ambient-it.com.au
nameserver 8.8.8.8
nameserver 8.8.4.4

[root@web4 ~]$ dig tradesmenontime.com.au A

; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.62.rc1.el6_9.1 <<>> tradesmenontime.com.au A
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54587
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;tradesmenontime.com.au. IN A

;; ANSWER SECTION:
tradesmenontime.com.au. 3599 IN A 223.252.6.13

;; Query time: 271 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Apr 24 13:10:05 2017
;; MSG SIZE rcvd: 56

Could be the route but I doubt it. How can I test this?

I also testing this against another server running Debian 8, Plesk 17 and Using googles DNS Server and it working fine.
 
Back
Top