Get Demo
You should not use outdated/insecure TLS versions for encryption. You should be using TLS v1.2+.
The SSL policy is outdated and has known vulnerabilities
Follow the appropriate remediation steps below to resolve the issue.
Use a more recent TLS/SSL policy for the load balancer
1 2 3 4
resource "aws_alb_listener" "good_example" { ssl_policy = "ELBSecurityPolicy-TLS-1-2-2017-01" protocol = "HTTPS" }