Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic ssl/tls timeline clarification #16414

Closed
wants to merge 3 commits into from
Closed
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
12 changes: 6 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 @@ -31,13 +31,13 @@ If your zone has not been migrated yet, you will only have [Custom SSL/TLS](#cus

Automatic SSL/TLS uses the [SSL/TLS Recommender](/ssl/origin-configuration/ssl-tls-recommender/) to identify and apply the most secure encryption mode for your website. It continuously assesses your traffic to determine if a more secure option is needed based on your origin certification or capabilities, and updates your settings automatically to ensure the highest level of security for your domain.

Cloudflare is enabling Automatic SSL/TLS on the following dates:
Oct 21, all unset zones in recommender will remain unset in automatic upgrader

| Plan | Using SSL/TLS recommender? | Grace period ends |
| -------------- | -------------------------- | ----------------- |
| Non-Enterprise | Yes | September 9th, 2024 |
| Enterprise | Yes | October 7th, 2024 |
| All plans | No | October 21st, 2024 |
Cloudflare is rolling out Automatic SSL/TLS on the following dates:

- **September 9th, 2024**: All non-Enterprise plans that are using the SSL/TLS recommender and have not opted out will be migrated.
- **October 7th, 2024**: All Enterprise plans that are using the SSL/TLS recommender and have not opted out will be migrated.
- **October 21st, 2024**: Any zone that has not opted into the SSL/TLS recommender will not be migrated.
kodster28 marked this conversation as resolved.
Show resolved Hide resolved

#### Opt out single zone

Expand Down
Loading