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

SSL Authentication

SSL authentication defines how you want the clients and backend servers to be authenticated.

One-way Authentication

Only backend servers will be authenticated by a client.

You need to add a server certificate to a load balancer to prove its identity to the client. No certificate is required for backend servers.

If only server authentication is required, you can configure one-way authentication.

Mutual Authentication

The clients and backend servers will authenticate each other.

You need to add a server certificate to a load balancer to prove its identity to the client, and add a CA certificate to authenticate clients. No certificate is required for backend servers.

If your service requires high security, you can select mutual authentication to enable clients and backend servers to authenticate each other.