Skip to content

Commit b9bf891

Browse files
[SSL] Update troubleshooting.mdx (#21811)
* [SSL] Update troubleshooting.mdx * Move full API Access error to body and add solution details * Slight text adjustments to refresh error --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 6781e48 commit b9bf891

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

src/content/docs/ssl/origin-configuration/origin-ca/troubleshooting.mdx

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,27 @@ Apache cPanel requires that you upload the Cloudflare origin CA root certificate
4242
### Solution
4343
Use the following link to download an RSA version of the root certificate and upload it to your origin web server:
4444

45-
* [Cloudflare Origin RSA PEM](/ssl/static/origin_ca_rsa_root.pem)
45+
* [Cloudflare Origin RSA PEM](/ssl/static/origin_ca_rsa_root.pem)
46+
47+
## This zone is either not part of your account, or you do not have access to it
48+
49+
When trying to generate an Origin CA on the dashboard, you find the error `Failed to validate requested hostname <hostname>: This zone is either not part of your account, or you do not have access to it`.
50+
51+
### Cause
52+
This is a known issue where, whilst being created on the Cloudflare dashboard, Origin CA requires API access for the user creating the origin certificate.
53+
If the user does not have **API Access**, this error is returned.
54+
55+
### Solution
56+
Make sure that the user creating the certificate has access to the API. You can check under **Account Home** > **Manage Account** > **Members**:
57+
58+
- The default setting for the account is specified in the card **Enable API Access**.
59+
- Specific user API Access (which can override the default setting) is presented after selecting the user in the list of members.
60+
61+
## Origin Server page displays origin certificates for another zone in the account
62+
63+
### Cause
64+
This is a known issue where, when the Origin Server page is opened for different zones in sequence, it displays the certificates from the first zone.
65+
66+
### Solution
67+
Refresh the page in your browser to get the correct origin certificates list for current zone.
68+

0 commit comments

Comments
 (0)