Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions src/content/docs/ssl/origin-configuration/ssl-modes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@ Automatic SSL/TLS leverages advanced methods developed by the SSL/TLS Recommende
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.
:::

Cloudflare is enabling Automatic SSL/TLS on the following dates:
#### Additional details

| Plan | Using SSL/TLS recommender? | Grace period ends |
| -------------- | -------------------------- | ----------------- |
| Non-Enterprise | Yes | November 5th, 2024 |
| Enterprise | Yes | February, 2025 |
| All plans | No | March, 2025 |
- **Scan frequency**: Recommender 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:

- The site is already using the most secure mode (for example, **Full (strict)**), or
- You switch from auto mode to **Custom SSL/TLS**.

- **Error checking before upgrades**: To prevent disruptions, Cloudflare checks for `5XX` errors (like `502` or `503`) and evaluates whether the HTTP and HTTPS content is consistent before upgrading a zone's encryption mode.

- **Upgrade notifications**: Cloudflare sends weekly digest emails listing which zones have been upgraded by the Recommender. These emails are currently sent to Super Admins only.

#### Opt out single zone

Expand Down