Updated on 2025-04-25 GMT+08:00

TLS

When updating a traffic policy, you can determine whether to enable TLS.

VirtualService defines a set of TLSRoute rules for routing non-terminated TLS and HTTPS traffic using SNI that allows a client to indicate which hostname it is trying to connect to at the start of a TLS handshake.

As shown in the following figure, two-way authentication is automatically enabled when service1 accesses service2. The code of service1 and service2 does not need to be modified, and the certificate keys of both services do not need to be maintained.