CAA (Certificate Authority Authorization) violation — the domain's DNS CAA record does not permit the specified CA to issue a cert. Let's Encrypt, DigiCert and others check CAA before issuance. If CAA says "only digicert.com" and you request from Let's Encrypt — refuse. Fix: add the CA to CAA or remove the CAA record.
Below: causes, fixes, FAQ.
Free online tool — SSL certificate checker: instant results, no signup.
issuewild) does not authorise CA for wildcard certs; in value — syntax error, effectively "no CA allowed"example.com. IN CAA 0 issue "letsencrypt.org"example.com. IN CAA 0 issuewild "letsencrypt.org"The CAA Violation Error occurs when a Certificate Authority (CA) issues a certificate for a domain without proper authorization, violating the Certificate Authority Authorization (CAA) DNS record. To resolve this, ensure that your domain's CAA records explicitly list the CA you intend to use. Use the command dig CAA yourdomain.com to check your current CAA records.
The CAA Violation Error arises when a certificate is issued for a domain without the necessary permissions defined in the domain's CAA records. CAA records are a DNS resource record that allows domain owners to specify which Certificate Authorities are permitted to issue certificates for their domain. This mechanism enhances security by preventing unauthorized issuance of SSL/TLS certificates.
When a Certificate Authority receives a request for a certificate, it checks the CAA records for that domain. If the CA is not listed in the records, it will reject the request, leading to the CAA Violation Error. This can manifest in various ways, including browser warnings or SSL handshake failures.
For example, if your domain example.com has a CAA record that only allows letsencrypt.org to issue certificates, any request to issue a certificate from digicert.com will trigger a CAA Violation Error. The specific DNS record might look like this:
example.com. 3600 IN CAA 0 issue "letsencrypt.org"
In this case, the CA must be listed in the CAA record for the certificate to be authorized.
To resolve a CAA Violation Error, you need to ensure that your CAA records are configured correctly. Follow these steps:
dig CAA yourdomain.com
This command will return the current CAA records for your domain. Look for records that specify which CAs are authorized to issue certificates.
example.com. 3600 IN CAA 0 issue "letsencrypt.org" example.com. 3600 IN CAA 0 issue "digicert.com"
Note: You can specify multiple CAs by adding additional CAA records. Make sure to follow the correct syntax as per your DNS provider's requirements.
dig command. Ensure that your desired CA is listed correctly.Once the correct CAA records are in place, you can attempt to reissue the SSL certificate. If the CAA records are configured correctly, the Certificate Authority should issue the certificate without triggering the CAA Violation Error.
In conclusion, the CAA Violation Error is an important security feature that helps prevent unauthorized certificate issuance. By ensuring that your CAA records are accurate and up-to-date, you can avoid this error and maintain a secure web presence.
SSL/TLS is the encryption protocol that protects data between the browser and server. Our tool analyzes the certificate, chain of trust, TLS version, and knownvulnerabilities.
Issuer, validity period, signature algorithm, covered domains (SAN), and validation type (DV/OV/EV).
Full chain verification: from leaf certificate through intermediates to root CA.
Protocol version (TLS 1.2/1.3), cipher suites, Perfect Forward Secrecy (PFS) support.
Set up a monitor — get Telegram and email alerts 30/14/7 days before expiration.
SSL certificate monitoring
TLS config audit
HTTPS as ranking factor
customer trust
www and subdomains.Strict-Transport-Security header forces browsers to always use HTTPS.SSL certificate monitoring, check history and alerts 30 days before expiry.
Sign up freeRemove all CAA records. Any CA may issue. CAA is optional — no constraints by default.
The CA before issuance (mandatory for public CAs since 2017). Browsers do not check CAA.
No. iodef is an email for notifications on mis-issuance attempts. Useful but optional.
<a href="/en/dns">Enterno DNS</a> → CAA type. Or <code>dig CAA example.com</code>.
Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.