Skip to content

Commit b9e2ec8

Browse files
[SSL] Updates to Automatic SSL/TLS (default) (#25259)
* Updates to Automatic SSL/TLS (default) * Update src/content/docs/ssl/origin-configuration/ssl-modes/index.mdx Co-authored-by: Maddy <[email protected]> --------- Co-authored-by: Maddy <[email protected]>
1 parent df1e58f commit b9e2ec8

File tree

1 file changed

+4
-0
lines changed
  • src/content/docs/ssl/origin-configuration/ssl-modes

1 file changed

+4
-0
lines changed

src/content/docs/ssl/origin-configuration/ssl-modes/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Automatic SSL/TLS leverages advanced methods developed by the SSL/TLS Recommende
4343
Automatic SSL/TLS will not change your setting to a less secure encryption mode. For example, if your origin certificate expires, the encryption mode will not change from **Full (strict)** to **Full**. You must ensure the validity of your origin SSL/TLS configuration at all times.
4444
:::
4545

46+
Automatic upgrades are applied gradually. Automatic SSL/TLS begins to upgrade the domain by starting with just 1% of its traffic. If no issues are found, the new SSL/TLS encryption mode is applied to traffic in 10% increments until 100% of traffic uses the recommended mode. If origin connectivity fails during this process, Cloudflare aborts the upgrade, immediately rolls traffic back to the previous mode, and logs the failure. Once 100% of traffic has been successfully upgraded with no TLS-related errors, the domain's SSL/TLS setting is permanently updated.
47+
48+
Flexible → Full/Strict transitions are handled with extra caution since the origin scheme change (HTTP → HTTPS) alters cache keys. In this case, the ramp-up may proceed more slowly to allow cache warm-up before resuming standard increments.
49+
4650
#### Additional details
4751

4852
- **Scan frequency**: Automatic scans currently occur approximately once per month, though they may happen more frequently in some cases (for example, configuration changes or upgrades). Scans stop when:

0 commit comments

Comments
 (0)