Skip to content

Commit 8bd4803

Browse files
[CF1] private IP and BISO limit (#22244)
* [CF1] private IP and BISO limit * Update src/content/docs/cloudflare-one/policies/browser-isolation/known-limitations.mdx * Update src/content/docs/cloudflare-one/policies/browser-isolation/known-limitations.mdx * Update src/content/docs/cloudflare-one/applications/non-http/self-hosted-private-app.mdx Co-authored-by: marciocloudflare <[email protected]> --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent 350790b commit 8bd4803

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/content/docs/cloudflare-one/applications/non-http/self-hosted-private-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This feature replaces the legacy [private network app type](/cloudflare-one/appl
3131
6. Add the private IP and/or private hostname that represents the application. You can use [wildcards](/cloudflare-one/policies/access/app-paths/) with private hostnames to protect multiple parts of an application that share a root path.
3232

3333
:::note
34-
Private hostnames are currently only available over port `443` over HTTPS and the application must have a valid Server Name Indicator (SNI).
34+
Private hostnames are currently only available over port `443` over HTTPS and the application must have a valid Server Name Indicator (SNI). If you are configuring a private IP on any port other than `443` and plan to use Browser Isolation, note that this [will result in a Gateway block page](/cloudflare-one/policies/browser-isolation/known-limitations/#browser-isolation-is-not-compatible-with-private-ips-on-non-443-ports).
3535
:::
3636

3737
7. <Render file="access/add-access-policies" product="cloudflare-one" />

src/content/docs/cloudflare-one/policies/browser-isolation/known-limitations.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,9 @@ Some applications that use HTTP-POST bindings (such as Salesforce) complete SSO
119119
| Precedence | Selector | Operator | Value | Action |
120120
| ---------- | -------- | -------- | ------------------------------------ | ------- |
121121
| 2 | Host | in | `your-salesforce-domain.example.com` | Isolate |
122+
123+
## Browser Isolation is not compatible with private IPs on non-`443` ports
124+
125+
Browser Isolation is not compatible with [self-hosted private applications](/cloudflare-one/applications/non-http/self-hosted-private-app/) that use private IP addresses on ports other than `443`. Trying to access self-hosted applications defined by private IPs on ports other than `443` will result in a Gateway block page.
126+
127+
To use Browser Isolation for an application on a private IP address with a non-`443` port, configure a [private network application](/cloudflare-one/applications/non-http/legacy-private-network-app/) instead.

0 commit comments

Comments
 (0)