mirror of https://github.com/istio/istio.io.git
zh-translation: /docs/reference/glossary/tls-origination.md (#5509)
* translate docs #1366 * Update tls-origination.md * Update attribute.md * Update title * Update tls-origination.md
This commit is contained in:
parent
822701661d
commit
38a7dfe1aa
|
@ -2,8 +2,5 @@
|
|||
title: TLS Origination
|
||||
---
|
||||
|
||||
TLS origination occurs when an Istio proxy (sidecar or egress gateway) is configured to accept unencrypted
|
||||
internal HTTP connections, encrypt the requests, and then forward them to HTTPS servers that are secured
|
||||
using simple or mutual TLS. This is the opposite of [TLS termination](https://en.wikipedia.org/wiki/TLS_termination_proxy)
|
||||
where an ingress proxy accepts incoming TLS connections, decrypts the TLS, and passes unencrypted
|
||||
requests on to internal mesh services.
|
||||
TLS 源(TLS Origination)发生于一个被配置为接收内部未加密 HTTP 连接的 Istio 代理(sidecar 或 egress gateway)加密请求并使用简单或双向 TLS 将其转发至安全的 HTTPS 服务器时。
|
||||
这与 [TLS 终止](https://en.wikipedia.org/wiki/TLS_termination_proxy)相反,后者发生于一个接受 TLS 连接的 ingress 代理解密 TLS 并将未加密的请求传递到网格内部的服务时。
|
||||
|
|
Loading…
Reference in New Issue