-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[SSL] Update origin-ca and adjust content for SEO #19315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
RebeccaTamachiro
merged 7 commits into
production
from
rebecca/ssl-origin-ca-context-and-ts
Jan 23, 2025
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
bd8c8d2
Use 'Cloudflare origin CA' more consistently and callout proxied traffic
RebeccaTamachiro aaea4fc
Create origin-ca folder and add placeholder page for ts
RebeccaTamachiro 411d7b3
Create partial for pause CF error
RebeccaTamachiro 47163e5
Add NET::ERR_CERT_AUTHORITY_INVALID and solutions
RebeccaTamachiro 7a1a3c0
Add origin server errors and list necessary root CA files
RebeccaTamachiro a379cf6
Fix missing period
RebeccaTamachiro 8cc6035
Reword troubleshooting steps for proxying on and off
RebeccaTamachiro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
src/content/docs/ssl/origin-configuration/origin-ca/troubleshooting.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| title: Troubleshooting Cloudflare origin CA | ||
| pcx_content_type: troubleshooting | ||
| description: Troubleshoot issues like NET::ERR_CERT_AUTHORITY_INVALID when using Cloudflare origin CA. | ||
| sidebar: | ||
| order: 2 | ||
| label: Troubleshooting | ||
| --- | ||
|
|
||
| import { GlossaryTooltip, Render } from "~/components"; | ||
|
|
||
| Consider the following common issues and troubleshooting steps when using [Cloudflare origin CA](/ssl/origin-configuration/origin-ca/). | ||
|
|
||
| ## NET::ERR_CERT_AUTHORITY_INVALID | ||
|
|
||
| ### Cause | ||
| <Render file="origin-ca-pause-error" /> | ||
|
|
||
| This also means that SSL Labs or similar SSL validators are expected to flag the certificate as invalid. | ||
|
|
||
| ### Solutions | ||
|
|
||
| - Make sure the [proxy status](/dns/manage-dns-records/reference/proxied-dns-records/) of your DNS records and any [page rules](/rules/page-rules/) (if existing) are set up correctly. If so, you can try turning proxy off and then on again and wait a few minutes. | ||
RebeccaTamachiro marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - If you must have direct connections between clients and your origin server, consider installing a publicly trusted certificate at your origin instead. This process is done outside of Cloudflare, where you should issue the certificate directly from a <GlossaryTooltip term="Certificate Authority (CA)">certificate authority (CA)</GlossaryTooltip> of your choice. You can still use Full (strict) [encryption mode](/ssl/origin-configuration/ssl-modes/), as long as the CA is listed on the [Cloudflare trust store](https://github.com/cloudflare/cfssl_trust). | ||
|
|
||
| ## The issuer of this certificate could not be found | ||
|
|
||
| ### Cause | ||
| Some origin web servers require that you upload the Cloudflare origin CA root certificate or certificate chain. | ||
|
|
||
| ### Solution | ||
| Use the following links to download either an ECC or an RSA version and upload to your origin web server: | ||
|
|
||
| * [Cloudflare Origin ECC PEM](/ssl/static/origin_ca_ecc_root.pem) (do not use with Apache cPanel) | ||
| * [Cloudflare Origin RSA PEM](/ssl/static/origin_ca_rsa_root.pem) | ||
|
|
||
| ## The certificate is not trusted in all web browsers | ||
|
|
||
| ### Cause | ||
| Apache cPanel requires that you upload the Cloudflare origin CA root certificate or certificate chain. | ||
|
|
||
| ### Solution | ||
| Use the following link to download an RSA version of the root certificate and upload it to your origin web server: | ||
|
|
||
| * [Cloudflare Origin RSA PEM](/ssl/static/origin_ca_rsa_root.pem) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| {} | ||
|
|
||
| --- | ||
|
|
||
| import { GlossaryTooltip } from "~/components"; | ||
|
|
||
| Site visitors may see untrusted certificate errors if you [pause Cloudflare](/fundamentals/setup/manage-domains/pause-cloudflare/) or <GlossaryTooltip term="proxy status">disable proxying</GlossaryTooltip> on subdomains that use Cloudflare origin CA certificates. These certificates only encrypt traffic between Cloudflare and your origin server, not traffic from client browsers to your origin. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"turning proxy off" sounds a bit odd but I don't have a great suggestion... "turning proxying off"?