Get Demo
You should not use outdated/insecure TLS versions for encryption. You should be using TLS v1.2+.
Follow the appropriate remediation steps below to resolve the issue.
Use the most modern TLS/SSL policies available
1 2 3 4 5 6 7 8 9
Resources: GoodExample: Type: AWS::Serverless::Api Properties: Domain: SecurityPolicy: TLS_1_2 Name: Good SAM API example StageName: Prod TracingEnabled: false