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

Create choose-tls-versions.md #1498

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: specify-tls-versions-allowed-for-content-requests-from-the-cdn
displayName: Specify allowed TLS versions
published: true
order: 60
toc:
pageTitle: Understanding TLS versions Allowed for CDN Requests | Gcore
pageDescription: A guide on how to specify TLS versions allowed for content requests from CDN.
---
# Specify TLS versions allowed for content requests from the CDN

The option specifies a list of allowed SSL/TLS protocol versions. The list cannot be empty.
By default, the option is disabled, and all the protocol versions are allowed.
Possible values (case sensitive):

* SSLv3
* TLSv1
* TLSv1.1
* TLSv1.2
* TLSv1.3

To manage TLS versions option:

1\. In the Gcore Customer Portal, navigate to **CDN**. You'll be directed to the **CDN resources** page.

2\. Find the needed resource and click on its CNAME to open the settings.

<img src="https://assets.gcore.pro/docs/cdn/cdn-resource-options/security/specify-http-methods-allowed-for-content-requests-from-the-cdn/cdn-resources-cname.png" alt="CDN resources page with a resource CNAME highlighted" width="80%">

3\. Scroll down to the **TLS versions** section and click the **Change TLS versions** toggle to specify the necessary versions. The other versions you haven't specified will be blocked.

<img src="https://assets.gcore.pro/docs/cdn/cdn-resource-options/security/choose-tls-versions/screenshot-1.png" alt="TLS versions in resource settings" width="80%">
Loading