Regarding the ATS requirements.

Hellow,


We know that ATS requires TLS v1.2.

If ATS requires that a load balancer supports only TLS v1.2, we need to consider the server policy.

Since a load balancer of our server has supported TLS v1.1 and v1.2.


But, when our app connects to our server via HTTPS, TLS v1.2 is applied automatically.

Does the load balancer need to support only TLS v1.2?



With Best Regards,

Ichikawa

Accepted Reply

You can keep your load balancer (LB) configured with TLS 1.1 and 1.2

If there is any client which wants to connect with TLS 1.1, it will be supported as well.

Replies

You can keep your load balancer (LB) configured with TLS 1.1 and 1.2

If there is any client which wants to connect with TLS 1.1, it will be supported as well.

Thank you very much for your reply.

I'm glad to hear that!