From c8887ff1e7f3842fdf93a7bc7c5b86a32c93a4e0 Mon Sep 17 00:00:00 2001 From: Julian-Wogersien Date: Thu, 6 Nov 2025 15:14:31 +0100 Subject: [PATCH] chore: upgrade tls to v1.3 --- serverless.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless.yml b/serverless.yml index a78f92f..9b20769 100644 --- a/serverless.yml +++ b/serverless.yml @@ -428,7 +428,7 @@ resources: - IsProductionOrStaging - AcmCertificateArn: ${self:provider.environment.FRONTEND_CERTIFICATE_ARN} SslSupportMethod: sni-only - MinimumProtocolVersion: TLSv1.2_2021 + MinimumProtocolVersion: TLSv1.3_2025 - Ref: AWS::NoValue BackendDistribution: @@ -471,7 +471,7 @@ resources: - IsProductionOrStaging - AcmCertificateArn: ${self:provider.environment.BACKEND_CERTIFICATE_ARN} SslSupportMethod: sni-only - MinimumProtocolVersion: TLSv1.2_2021 + MinimumProtocolVersion: TLSv1.3_2025 - Ref: AWS::NoValue FrontendAliasRecord: