Skip to content

Commit 074ebe5

Browse files
Merge pull request #374 from lara-learning/chore/upgrade-tls
chore: upgrade tls to v1.3
2 parents dcc1836 + c8887ff commit 074ebe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ resources:
428428
- IsProductionOrStaging
429429
- AcmCertificateArn: ${self:provider.environment.FRONTEND_CERTIFICATE_ARN}
430430
SslSupportMethod: sni-only
431-
MinimumProtocolVersion: TLSv1.2_2021
431+
MinimumProtocolVersion: TLSv1.3_2025
432432
- Ref: AWS::NoValue
433433

434434
BackendDistribution:
@@ -471,7 +471,7 @@ resources:
471471
- IsProductionOrStaging
472472
- AcmCertificateArn: ${self:provider.environment.BACKEND_CERTIFICATE_ARN}
473473
SslSupportMethod: sni-only
474-
MinimumProtocolVersion: TLSv1.2_2021
474+
MinimumProtocolVersion: TLSv1.3_2025
475475
- Ref: AWS::NoValue
476476

477477
FrontendAliasRecord:

0 commit comments

Comments
 (0)