-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[SSL] Replace nav steps with DashButton or deep links #26109
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
Changes from 10 commits
672914a
822f62b
fbac297
7509cc6
94fb7f2
d2d2244
efb0b0f
b506d27
118ff9f
492a0f0
8c142aa
563f72a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ sidebar: | |
| order: 15 | ||
| --- | ||
|
|
||
| import { FeatureTable, TabItem, Tabs } from "~/components"; | ||
| import { FeatureTable, TabItem, Tabs, DashButton } from "~/components"; | ||
|
|
||
| Always Use HTTPS redirects all your visitor requests from `http` to `https`, for all subdomains and hosts in your application. | ||
|
|
||
|
|
@@ -36,10 +36,13 @@ If only some parts of your application can support HTTPS traffic, do not enable | |
|
|
||
| To enable **Always Use HTTPS** in the dashboard: | ||
|
|
||
| 1. Log in to your [Cloudflare account](https://dash.cloudflare.com) and go to a specific domain. | ||
| 2. In **SSL/TLS** > **Overview**, make sure that your [SSL/TLS encryption mode](/ssl/origin-configuration/ssl-modes/off/) **is not** set to **Off**. When you set your encryption mode to **Off**, the **Always Use HTTPS** option will not be visible in your Cloudflare dashboard. | ||
| 3. Go to **SSL/TLS** > **Edge Certificates**. | ||
| 4. For **Always Use HTTPS**, switch the toggle to **On**. | ||
| 1. In the Cloudflare dashboard, go to the **SSL/TLS Overview** page for the respective application. | ||
|
||
|
|
||
| <DashButton url="/?to=/:account/:zone/ssl-tls" /> | ||
|
|
||
| 2. Make sure that your [SSL/TLS encryption mode](/ssl/origin-configuration/ssl-modes/off/) is not set to **Off**. When you set your encryption mode to **Off**, the **Always Use HTTPS** option will not be visible in your Cloudflare dashboard. | ||
| 3. Go to the [**Edge Certificates**](https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/edge-certificates) page. | ||
| 4. Turn on **Always Use HTTPS**. | ||
|
|
||
| </TabItem> <TabItem label="API"> | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.