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
[SSL/TLS] Remove previously required browser settings change in tls-13.mdx (#22135)
* [SSL/TLS] Remove previously required browser settings change in tls-13.mdx
* [SSL/TLS] Undo accidental change of a colon
* Remove redundant heading and link to specific protocols page
---------
Co-authored-by: Tom Klein <[email protected]>
Co-authored-by: Rebecca Tamachiro <[email protected]>
Copy file name to clipboardExpand all lines: src/content/docs/ssl/edge-certificates/additional-options/tls-13.mdx
+3-36Lines changed: 3 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,17 @@ TLS 1.3 enables the latest version of the TLS protocol (when supported) for impr
11
11
12
12
## What is TLS 1.3?
13
13
14
-
TLS 1.3 is the newest, fastest, and most secure version of the TLS protocol. SSL/TLS is the protocol that encrypts communication between users and your website. When web traffic is encrypted with TLS, users will see the green padlock in their browser window.
14
+
TLS 1.3 is the newest, fastest, and most secure version of the [TLS protocol](/ssl/reference/protocols/).
15
15
16
-
By turning on the TLS 1.3 feature, traffic to and from your website will be served over the TLS 1.3 protocol when supported by clients. TLS 1.3 protocol has improved latency over older versions, has several new features, and is currently supported in both Chrome (starting with release 66), Firefox (starting with release 60), and in development for Safari and Edge browsers.
16
+
By turning on the TLS 1.3 feature, traffic to and from your website will be served over the TLS 1.3 protocol when supported by clients. TLS 1.3 protocol has improved latency over older versions, has several new features, and is currently supported in all updated major browsers.
17
17
18
18
## Availability
19
19
20
20
<FeatureTableid="ssl.tls_13" />
21
21
22
22
## Enable TLS 1.3
23
23
24
-
TLS 1.3 requires a two-step activation: in the Cloudflare dashboard and in the browser.
25
-
26
-
### Enable TLS 1.3 in Cloudflare settings
24
+
TLS 1.3 can be activated in the Cloudflare dashboard or through the API:
@@ -39,37 +37,6 @@ To adjust your TLS 1.3 settings with the API, send a [`PATCH`](/api/resources/zo
39
37
40
38
</TabItem> </Tabs>
41
39
42
-
### Enable TLS 1.3 in the browser
43
-
44
-
<Detailsheader="Chrome">
45
-
46
-
1. In the address bar, enter `chrome://flags` and press **Enter**.
47
-
2. Scroll to locate the **TLS 1.3 Early Data** entry, and set it to _Enabled_. A message saying that the change will take effect the next time you relaunch Chrome will appear.
48
-
3. Select **RELAUNCH NOW** to restart Chrome.
49
-
50
-
After enabling TLS 1.3, visit a site with TLS 1.3 enabled over HTTPS. Then:
51
-
52
-
1. Open Chrome **Developer Tools**.
53
-
2. Select the **Security** tab.
54
-
3. Reload the page (Command-R in macOS, Ctrl-R in Windows).
55
-
4. Select the site under **Main origin**.
56
-
5. Under **Connection**, confirm that the protocol is **TLS 1.3**.
57
-
58
-
</Details>
59
-
60
-
<Detailsheader="Firefox">
61
-
62
-
1. In the address bar, enter `about:config` and select to accept the warranty warning.
63
-
2. Search for `security.tls.version.max` and change the value from `3` (the default) to `4`.
64
-
65
-
After enabling TLS 1.3, visit a site with TLS 1.3 enabled over HTTPS. Then:
3. Under **Technical Details**, verify that the TLS version is TLS 1.3.
70
-
71
-
</Details>
72
-
73
40
### Troubleshooting
74
41
75
42
Since TLS 1.3 implementations are relatively new, some failures may occur. If you experience errors, submit a Cloudflare Support ticket with the following information:
0 commit comments