diff --git a/src/content/docs/ssl/origin-configuration/ssl-tls-recommender.mdx b/src/content/docs/ssl/origin-configuration/ssl-tls-recommender.mdx deleted file mode 100644 index a038360f2c67de..00000000000000 --- a/src/content/docs/ssl/origin-configuration/ssl-tls-recommender.mdx +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: SSL/TLS Recommender -pcx_content_type: concept -sidebar: - order: 2 - badge: - text: Deprecated ---- - -import { FeatureTable, Render, TabItem, Tabs } from "~/components"; - -The SSL/TLS Recommender helps you choose which [Encryption mode](/ssl/origin-configuration/ssl-modes/) is best for your application. - -:::caution - -Cloudflare is deprecating our SSL/TLS Recommender in favor of [Automatic SSL/TLS](/ssl/origin-configuration/ssl-modes/#automatic-ssltls-default). - -::: - -## Availability - - - -## Common tasks - -### Enable SSL/TLS recommendations - - - -Then, you can enable the SSL/TLS recommender. - - - -To enable SSL/TLS recommendations in the dashboard: - -1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account and application. -2. Go to **SSL/TLS**. -3. For **SSL/TLS Recommender**, switch the toggle to **On**. - - - -To adjust your SSL/TLS Recommender enrollment with the API, send a [`PATCH`](/api/resources/ssl/subresources/recommendations/methods/get/) request with the `enabled` parameter set to your desired setting (`true` or `false`). - - - -### Manually trigger a new scan - -Once you enable it, the recommender runs future scans periodically — typically every two days — and sends notifications if new recommendations become available. - -To manually re-trigger a new scan, disable and then [re-enable SSL/TLS recommendations](#enable-ssltls-recommendations). - -## How it works - -