Skip to content

Commit 18411ad

Browse files
Fill in non-SNI steps placeholders
1 parent 1ba48c1 commit 18411ad

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,17 @@ pcx_content_type: how-to
44
sidebar:
55
order: 2
66
label: Set up
7-
---
7+
---
8+
9+
## Non-SNI support
10+
11+
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).
12+
13+
:::note
14+
Setting up a default SNI is currently only supported via API.
15+
:::
16+
17+
1. If you have not already, create an address map. [API endpoint TBC](/api/resources/addressing/subresources/address_maps/methods/create/)
18+
2. Take note of the address map `id`. If needed, you can use the [List Address Maps](/api/resources/addressing/subresources/address_maps/methods/list/) endpoint to retrieve it.
19+
3. Make sure you add the desired IP(s) to the address map. Cloudflare will respond with the default SNI on those IPs. [API endpoint TBC](/api/resources/addressing/subresources/address_maps/subresources/ips/methods/update/)
20+
4. Configure the `default_sni` value on the address map created in step 1. [API endpoint TBC](/api/resources/addressing/subresources/address_maps/methods/edit/). The default SNI can be any valid domain or subdomain owned by your account.

0 commit comments

Comments
 (0)