Skip to content

How to enable only TLS 1.3 on ALB?

0

I want enable only TLS1.3 on my web application. I try to change policy name to ELBSecurityPolicy-TLS13-1-3-2021-06 then scan result with web SSL check and sslscan command but output still show TLS1.2 and TLS1.3. Who have solution to enable only TLS1.3 on ALB?

1 Answer
1

ELBSecurityPolicy-TLS13-1-3-2021-06 is the correct policy that only supports TLS1.3 https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html#tls-security-policies

I have just tested this and I only see TLS1.3

Try and use https://www.ssllabs.com/ to check

Just double check you have selected the correct policy and left it a few mintues to apply the change

EXPERT

answered 2 years ago

AWS
EXPERT

reviewed 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.