Skip to content

Commit b204473

Browse files
authored
feat: add held zone issue troubleshooting (#665)
1 parent fb53d10 commit b204473

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/docs/recipes/custom-domain/configure-custom-domain-in-console.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ To add a new custom domain in the Logto Console, follow these steps:
1313
1. We will auto-verify your records every 10 seconds until the custom domain is added. Just ensure that the entered domain name or DNS Records are accurate.
1414
2. Verification typically takes a few minutes but can take up to 24 hours, depending on the DNS provider. Feel free to navigate away during the process.
1515

16-
## Troubleshooting SSL Certificate Issues
16+
## Troubleshooting
17+
18+
### SSL Certificate Issues
1719

1820
If you encounter SSL certificate issues when setting up your custom domain, it may be related to CAA records in your DNS configuration. CAA records specify which Certificate Authorities (CAs) are authorized to issue certificates for your domain.
1921

2022
To troubleshoot and resolve SSL certificate issues related to CAA records, refer to [Cloudflare's documentation](https://developers.cloudflare.com/ssl/edge-certificates/caa-records/) on CAA Records.
23+
24+
### "The hostname is associated with a held zone" Error
25+
26+
If you encounter the error message "The hostname is associated with a held zone, please contact the owner to have the hold removed" when adding a custom domain, it means that the domain is already in Cloudflare zone, and it is set to "Zone Hold" status. See this [Cloudflare documentation](https://developers.cloudflare.com/fundamentals/setup/account/account-security/zone-holds/) for more information.
27+
28+
To resolve this issue, you'll need to release the zone hold. Follow the above link for instructions on how to release the zone hold in Cloudflare.

0 commit comments

Comments
 (0)