# 使用TLS的連接

在初始封包建立連接後，發起方立即發送一個加密frame，開始建立安全層交握。安全層使用 TLS 1.3 協定。

在 QUIC 中，沒有方法或機制避免使用 TLS 連接。該設計是為了使中間設備難以篡改封包，防止協定僵化。


---

# Agent Instructions: 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:

```
GET https://http3-explained.haxx.se/zh-tw/quic/quic-tls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
