Skip to content

Commit

Permalink
DO-1608: use most recent cipher suite for CloudFront distribution sec…
Browse files Browse the repository at this point in the history
…urity policy
  • Loading branch information
Chris Park committed Jan 29, 2024
1 parent 8f1789b commit d0f9af2
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 d0f9af2

Please sign in to comment.