Skip to content

Ngayerie patch 20 #23725

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
merged 2 commits into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { GlossaryTooltip, Render } from "~/components"

<Render file="custom-origin-server-definition" />

<Render file="ssl-for-saas-plan-limitation" />

## Requirements

To use a custom origin server, you need to meet the following requirements:
Expand All @@ -25,6 +23,8 @@ To use a custom origin, select that option when [creating a new custom hostname]

## SNI rewrites

<Render file="ssl-for-saas-plan-limitation" />

When Cloudflare establishes a connection to your default origin server, the `Host` header and <GlossaryTooltip term="Server Name Indication (SNI)">SNI</GlossaryTooltip> will both be the value of the original custom hostname.

However, if you configure that custom hostname with a custom origin, the value of the SNI will be that of the custom origin and the `Host` header will be the original custom hostname. Since these values will not match, you will not be able to use the [Full (strict)](/ssl/origin-configuration/ssl-modes/full-strict/) on your origins.
Expand Down
7 changes: 7 additions & 0 deletions src/content/plans/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2779,6 +2779,13 @@
"biz": "Yes",
"ent": "Yes"
},
"sni_rewrite": {
"title": "[SNI Rewrite for Custom Origin](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/#sni-rewrites)",
"free": "No",
"pro": "No",
"biz": "No",
"ent": "Contact your account team"
},
"custom_certificates": {
"title": "[Custom certificates](/cloudflare-for-platforms/cloudflare-for-saas/security/certificate-management/custom-certificates/)",
"free": "No",
Expand Down
Loading