SSL Termination

SSL Termination

📖 定义

SSL Termination is a technique for decrypting HTTPS traffic at the gateway layer, where the gateway handles TLS handshake and encryption/decryption, and backend services only need to process plain HTTP requests. This simplifies certificate management for backend services while allowing the gateway to inspect and process request content.

🔗 在 Higress 中的应用

Higress supports SSL termination, can uniformly manage TLS certificates, supports automatic certificate renewal, and can perform security checks and routing on decrypted traffic.

💡 示例

  • 1 Uniformly manage certificates for all domains at the gateway layer
  • 2 Let's Encrypt certificate automatic renewal
  • 3 Content-level security checks can be performed after SSL termination

🔄 相关术语

常见问题

SSL Termination 是什么?
SSL Termination is a technique for decrypting HTTPS traffic at the gateway layer, where the gateway handles TLS handshake and encryption/decryption, and backend services only need to process plain HTTP requests. This simplifies certificate management for backend services while allowing the gateway to inspect and process request content.
Higress 如何支持 SSL Termination?
Higress supports SSL termination, can uniformly manage TLS certificates, supports automatic certificate renewal, and can perform security checks and routing on decrypted traffic.

深入了解 Higress

探索更多 Higress 的功能和最佳实践