Skip to content

Commit d31ae0b

Browse files
Add context to non-SNI support in address-maps docs
1 parent 6d32433 commit d31ae0b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/content/docs/byoip/address-maps/setup.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66
label: Setup
77
---
88

9+
import { GlossaryTooltip } from "~/components";
10+
911
Consider the sections below to learn how to set up address maps.
1012

1113
## Create address maps
@@ -40,7 +42,9 @@ You can also enable, disable, and delete address maps. This will likely change t
4042

4143
## Non-SNI support
4244

43-
Define a hostname to be used by default whenever Cloudflare receives a TLS handshake without [Server Name Indication (SNI)](/ssl/reference/browser-compatibility/#non-sni-support). For further context, refer to [browser compatibility](/ssl/reference/browser-compatibility/#non-sni-support).
45+
If your visitors use devices that have not been updated since 2011, they may not have <GlossaryTooltip term="Server Name Indication (SNI)">Server Name Indication (SNI)</GlossaryTooltip> support. For further context, refer to [browser compatibility](/ssl/reference/browser-compatibility/#non-sni-support).
46+
47+
Use address maps to specify a hostname as default SNI. This will be used whenever Cloudflare receives a non-SNI TLS handshake.
4448

4549
:::note
4650
Setting up a default SNI is currently only supported via API.

src/content/docs/byoip/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
import { GlossaryTooltip } from "~/components"
9+
import { GlossaryTooltip } from "~/components";
1010

1111
The following topics are useful for troubleshooting BYOIP issues.
1212

0 commit comments

Comments
 (0)