Skip to content

Commit 65760d1

Browse files
Adjust capitalization and remove extra line break
1 parent c6b4fe3 commit 65760d1

File tree

1 file changed

+6
-7
lines changed
  • src/content/docs/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors

1 file changed

+6
-7
lines changed

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/error-1016.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,20 @@ To resolve error `1016`:
2828

2929
## Error 1016 in the context of SSL for SaaS
3030

31-
Cloudflare returns a 1016 error when the [custom hostname](/cloudflare-for-platforms/cloudflare-for-saas/domain-support/create-custom-hostnames/) cannot be routed or proxied.
31+
Cloudflare returns a `1016` error when the [custom hostname](/cloudflare-for-platforms/cloudflare-for-saas/domain-support/create-custom-hostnames/) cannot be routed or proxied.
3232

3333
### Common cause
3434

35-
- Custom Hostname ownership validation is not complete.
36-
- Fallback Origin is not [correctly set](/cloudflare-for-platforms/cloudflare-for-saas/start/getting-started/#1-create-fallback-origin).
37-
- A Wildcard Custom Hostname has been created, but the requested hostname is associated with a domain that exists in Cloudflare as a standalone zone.
35+
- Custom hostname ownership validation is not complete.
36+
- Fallback origin is not [correctly set](/cloudflare-for-platforms/cloudflare-for-saas/start/getting-started/#1-create-fallback-origin).
37+
- A wildcard custom hostname has been created, but the requested hostname is associated with a domain that exists in Cloudflare as a standalone zone.
3838
- There is no DNS record for the hostname in the Cloudflare for SaaS target zone.
3939

4040
### Resolution
4141

4242
1. To check validation status, run an API call to [search for a certificate by hostname](/cloudflare-for-platforms/cloudflare-for-saas/start/common-api-calls/) and check the verification error field: `"verification_errors": ["custom hostname does not CNAME to this zone."]`. The error will be resolved once the status is `active`.
4343
2. Confirm that you have created a DNS record for the [fallback origin](/cloudflare-for-platforms/cloudflare-for-saas/start/getting-started/) and also set the fallback origin.
44-
3. The [hostname priority](/ssl/reference/certificate-and-hostname-priority/#hostname-priority) for the standalone zone will take precedence over the wildcard custom hostname. This behavior applies even if there is no DNS record for this standalone zone hostname.
45-
You'll need to use a specific hostname instead of a wildcard for the custom hostname, or [remove the standalone zone from Cloudflare](/fundamentals/manage-domains/remove-domain/).
46-
4. Make sure that each hostname that needs to be served by the Cloudflare for SaaS parent zone has been added as an individual Custom Hostname and have the status `active`.
44+
3. The [hostname priority](/ssl/reference/certificate-and-hostname-priority/#hostname-priority) for the standalone zone will take precedence over the wildcard custom hostname. This behavior applies even if there is no DNS record for this standalone zone hostname. Use a specific hostname instead of a wildcard or [remove the standalone zone from Cloudflare](/fundamentals/manage-domains/remove-domain/).
45+
4. Make sure that each hostname that needs to be served by the Cloudflare for SaaS parent zone has been added as an individual custom hostname and have the status `active`.
4746

4847

0 commit comments

Comments
 (0)