# http: TLS handshake timeout

- **ID:** `go/http-tls-handshake-timeout`
- **Domain:** go
- **Category:** network_error
- **Verification:** ai_generated
- **Fix Rate:** 80%

## Root Cause

TLS握手过程中客户端或服务端未在超时时间内完成，可能因网络延迟或证书问题。

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 1.21 | active | — | — |

## Workarounds

1. **** (80% success)
   ```
   检查证书有效性，确保网络稳定，适当调整超时。
   ```

## Dead Ends

- **** — 增加超时时间但根本原因是证书配置错误。 (60% fail)
- **** — 跳过证书验证，存在安全风险。 (40% fail)
