Skip to content

Commit

Permalink
Merge pull request #1292 from aligent/fix/DO-1608_bump_up_CloudFront_…
Browse files Browse the repository at this point in the history
…SecurityPolicy

DO-1608: use most recent cipher suite for CloudFront distribution security policy
  • Loading branch information
crispy101 authored Jan 30, 2024
2 parents 8f1789b + d0f9af2 commit 45c56b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/static-hosting/lib/static-hosting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export class StaticHosting extends Construct {
logBucket: props.enableCloudFrontAccessLogging
? loggingBucket
: undefined,
minimumProtocolVersion: SecurityPolicyProtocol.TLS_V1_2_2018,
minimumProtocolVersion: SecurityPolicyProtocol.TLS_V1_2_2021,
certificate: Certificate.fromCertificateArn(
this,
"DomainCertificate",
Expand Down

0 comments on commit 45c56b0

Please sign in to comment.