> For the complete documentation index, see [llms.txt](https://docs.tenten.co/docs-webflow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tenten.co/docs-webflow/webflow-101/changelog/2022/geng-xin-le-tuo-guan-pei-zhi-yi-zhi-chi-geng-an-quan-de-tls-1.3.md).

# 更新了託管配置以支持更安全的 TLS 1.3

As part of our ongoing efforts to keep our hosting infrastructure up to date with the latest, greatest, and most secure practices, we’ve updated our TLS hosting configuration for webflow\.io

作為我們不斷努力使我們的託管基礎設施與最新、最好和最安全的做法保持同步的一部分，我們更新了 webflow\.io 和自定義域站點的 TLS 託管配置以支持 TLS 1.3——最安全的現代瀏覽器的加密協議（請參閱[Mozilla Security 的當前指南](https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28recommended.29)）。

對於不熟悉 TLS 的任何人，它是一種提供與託管站點的安全連接以保護客戶流量免遭竊聽或乾擾的技術。&#x20;

### 發生了什麼變化？

簡而言之：由於這次更新，訪問您網站的人將能夠更快地連接並享受更安全的連接。&#x20;

對於通話中的技術人員：我們正在添加對 TLS 1.3 連接的支持，並刪除對一些不再推薦用於一般用途的舊 TLS 1.2 密碼的支持。我們將繼續使用安全的密碼支持 TLS 1.2。我們不支持 TLS 1.1 及以下版本，並且已經有一段時間沒有這樣做了。

### 這會影響我的網站訪問者嗎？

此更新只會影響使用非常舊的瀏覽器的人——但是您網站的瀏覽器版本低於下面列出的瀏覽器的訪問者將無法再查看 Webflow 託管的網站。相反，瀏覽器將顯示一個錯誤橫幅。

![(\*) 對於 Internet Explorer 11，這將適用於 Windows 7 或任何更高版本，或自 2014 年 7 月起的 Windows Phone 8.1.1，但不適用於舊版本的 Windows Phone。](https://i.imgur.com/zyNT4xc.png)

*(\*) 對於 Internet Explorer 11，這將適用於 Windows 7 或任何更高版本，或自 2014 年 7 月起的 Windows Phone 8.1.1，但不適用於舊版本的 Windows Phone。*

一些客戶可能使用非瀏覽器工具來執行正常運行時間檢查或操作反向代理設置。在這些情況下，以下版本（或更高版本）將起作用：

* Java 8u31（2015 年 1 月 20 日發布）
* OpenSSL 1.0.1（2012 年 3 月 14 日發布）

### 讓您的瀏覽器保持最新

託管網站的兼容性通常遵循我們的[瀏覽器支持矩陣](https://university.webflow.com/lesson/intro-to-the-designer#designer-requirements-supported-browsers)，其中提到的所有瀏覽器版本都應該可以工作。簡而言之——讓您的瀏覽器保持最新，您應該不會遇到任何問題。

如果您對新配置有疑問，請[聯繫我們的支持團隊](https://support.webflow.com/get-support)。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tenten.co/docs-webflow/webflow-101/changelog/2022/geng-xin-le-tuo-guan-pei-zhi-yi-zhi-chi-geng-an-quan-de-tls-1.3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
