내용으로 건너뛰기

I am trying to switch over a Beanstalk application to disable TLSv1.1 and enable TLSv1.3, and it's not working. What am I doing wrong?

0

I have an Elastic Beanstalk application, with an Application Load Balancer. Everything I read about switching such an environment to disable TLSv1.1 and enable TLSv1.3 says all I need to do is switch the security policy in the load balancer's HTTPS:443 listener.

I switched it from ELBSecurityPolicy-TLS-1-1-2017-01 to ELBSecurityPolicy-TLS13-1-2-Res-PQ-2025-09. Yet, if I do a Qualys SSLLabs scan on the site, I still get: TLS 1.3 No TLS 1.2 Yes TLS 1.1 Yes

Where did I screw up?

질문됨 3달 전46회 조회
2개 답변
2
수락된 답변

The most probable reason is that you changed the SSLPolicy directly on the ALB instead of making the change via the SSLPolicy in your EB configuration (which in that case would be considered "drift" and get reverted by EB). If that's not the case, validate that you indeed changed the correct HTTPS listener and that your site isn't behind CloudFront or another CDN and that your scan isn't hitting the CDN's TLS configuration instead of the ALB's.

AWS
답변함 3달 전
AWS
전문가
검토됨 3달 전
  • Thank you; that did not even occur to me. You're almost certainly right; I just went straight to the load balancer. It's getting a bit late, though, so forgive me if I wait until tomorrow to investigate further.

  • I can't find anything for the load balancer in the Beanstalk configuration (unfortunately, I'm not the Beanstalk expert around here). Can somebody please tell me which haystack my needle is in?

  • I just found out one place where I'd really screwed up: there were two load balancers, for two different applications ("C" and "W"), and I'd changed the one for "C," thinking it was "W," and then did the SSLLabs scan on W. When I scanned "C," it was rejecting TLSv1.1 and accepting TLSv1.3, and when I made the change to "W," still at the load balancer level, and scanned it, the same.

    And I also found where the load balancer settings are in the Beanstalk configuration, and made the same change there.

0

TLS13-1-2-Res-PQ-2025-09 supports both TLSv1.2 and TLSv1.3. Can you try with a TLS v1.3 only security policy like ELBSecurityPolicy-TLS13-1-3-2021-06. Ref: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html

전문가
답변함 3달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠