Hi,
I encounter an error (SERVFAIL) when installing the wildcard certificate for my domain.
I use BIND9, CentOS 7v4 with SELinux enabled.
My order: certbot certonly --server https://acme-v02.api.letsencrypt.org/directory --dns-rfc2136 --dns-rfc2136-credentials ~/.secrets/certbot/rfc2136.ini -d *. vhost.fr -d vhost.fr
…
Obtaining a new Certificate
Performing the following challenges:
DNS-01 Challenge for Vhost.fr
DNS-01 Challenge for Vhost.fr
Cleaning up challenges
Received response from server: SERVFAIL
I have made several attempts but without success.
Do you have any idea what the problem is ?
Thank
My log file
…
2018-04-12 21:18:44,058:INFO:certbot.auth_handler:Performing the following challenges:
2018-04-12 21:18:44,058:INFO:certbot.auth_handler:dns-01 challenge for vhost.fr
2018-04-12 21:18:44,058:INFO:certbot.auth_handler:dns-01 challenge for vhost.fr
2018-04-12 21:18:44,064:DEBUG:certbot_dns_rfc2136.dns_rfc2136:Received authoritative SOA response for vhost.fr
2018-04-12 21:18:44,066:DEBUG:certbot.error_handler:Encountered exception:
Traceback (most recent call last):
File “/usr/lib/python2.7/site-packages/certbot/auth_handler.py”, line 124, in _solve_challenges
resp = self.auth.perform(all_achalls)
File “/usr/lib/python2.7/site-packages/certbot/plugins/dns_common.py”, line 57, in perform
self._perform(domain, validation_domain_name, validation)
File “/usr/lib/python2.7/site-packages/certbot_dns_rfc2136/dns_rfc2136.py”, line 74, in _perform
self._get_rfc2136_client().add_txt_record(domain, validation_name, validation, self.ttl)
File “/usr/lib/python2.7/site-packages/certbot_dns_rfc2136/dns_rfc2136.py”, line 132, in add_txt_record
.format(dns.rcode.to_text(rcode)))
PluginError: Received response from server: SERVFAIL
2018-04-12 21:18:44,066:DEBUG:certbot.error_handler:Calling registered functions
2018-04-12 21:18:44,066:INFO:certbot.auth_handler:Cleaning up challenges
2018-04-12 21:18:44,068:DEBUG:certbot_dns_rfc2136.dns_rfc2136:Received authoritative SOA response for vhost.fr
2018-04-12 21:18:44,070:DEBUG:certbot_dns_rfc2136.dns_rfc2136:Successfully deleted TXT record
2018-04-12 21:18:44,072:DEBUG:certbot_dns_rfc2136.dns_rfc2136:Received authoritative SOA response for vhost.fr
2018-04-12 21:18:44,073:DEBUG:certbot_dns_rfc2136.dns_rfc2136:Successfully deleted TXT record
2018-04-12 21:18:44,073:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
2018-04-12 21:18:44,058:INFO:certbot.auth_handler:Performing the following challenges:
2018-04-12 21:18:44,058:INFO:certbot.auth_handler:dns-01 challenge for vhost.fr
2018-04-12 21:18:44,058:INFO:certbot.auth_handler:dns-01 challenge for vhost.fr
2018-04-12 21:18:44,064:DEBUG:certbot_dns_rfc2136.dns_rfc2136:Received authoritative SOA response for vhost.fr
2018-04-12 21:18:44,066:DEBUG:certbot.error_handler:Encountered exception:
Traceback (most recent call last):
File “/usr/lib/python2.7/site-packages/certbot/auth_handler.py”, line 124, in _solve_challenges
resp = self.auth.perform(all_achalls)
File “/usr/lib/python2.7/site-packages/certbot/plugins/dns_common.py”, line 57, in perform
self._perform(domain, validation_domain_name, validation)
File “/usr/lib/python2.7/site-packages/certbot_dns_rfc2136/dns_rfc2136.py”, line 74, in _perform
self._get_rfc2136_client().add_txt_record(domain, validation_name, validation, self.ttl)
File “/usr/lib/python2.7/site-packages/certbot_dns_rfc2136/dns_rfc2136.py”, line 132, in add_txt_record
.format(dns.rcode.to_text(rcode)))
PluginError: Received response from server: SERVFAIL
…