- Newest
- Most votes
- Most comments
Based on the information you've provided, there are a few potential issues that could be causing your SSL certificate validation to fail for your domain miestacionmeteorologicauy.com. Let's address these one by one:
-
DNS Resolution: The nslookup result you provided indicates that there might be a problem with your DNS configuration. A timeout suggests that the DNS server is not responding or the domain's nameservers are not properly set up. This could be preventing ACM from validating your domain ownership.
-
CNAME Record: While you mentioned that you've added the CNAME record provided by AWS Certificate Manager, it's important to double-check that it's exactly as ACM provided it, including any underscores or periods. Some DNS providers may not allow underscores in CNAME values, so if that's the case, you can remove the underscore from the value (but keep it in the name) for validation purposes.
-
Validation Timeout: ACM typically attempts to validate a domain for up to 72 hours. If validation fails within this period, the certificate status changes to "Validation timed out." In this case, you'll need to request a new certificate after reviewing and correcting any CNAME issues.
-
Public DNS: ACM requires that the domain records be resolvable over the public internet. If your domain is not publicly addressable or if you're using a private hosted zone, ACM won't be able to validate it.
-
CAA Records: Check if there are any Certification Authority Authorization (CAA) records that might be blocking the certificate issuance.
To resolve these issues:
- Verify your domain's nameserver configuration with your registrar (in this case, AWS Route 53).
- Double-check the CNAME record in your DNS settings, ensuring it matches exactly what ACM provided.
- If the validation has timed out, request a new certificate through ACM.
- Ensure your domain is publicly resolvable.
- Check for any CAA records that might be interfering with the validation process.
If after taking these steps you're still experiencing issues, you may need to contact AWS support for further assistance, as there could be specific issues with your account or the domain registration that require their direct intervention.
Remember, DNS changes can take some time to propagate, so allow some time after making any changes before requesting a new certificate validation.
Sources
Troubleshoot certificate validation - AWS Certificate Manager
Troubleshoot DNS validation problems - AWS Certificate Manager
AWS Certificate Manager DNS validation - AWS Certificate Manager
Troubleshoot certificate requests - AWS Certificate Manager
Relevant content
- asked 2 years ago
- asked a year ago
- asked 10 months ago
