You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/byoip/address-maps/setup.mdx
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,17 @@ pcx_content_type: how-to
4
4
sidebar:
5
5
order: 2
6
6
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