This repository was archived by the owner on Jan 28, 2025. It is now read-only.
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
minimumProtocolVersion always forced to "TLSv1.2_2018" #1878
Closed
Description
Bug Summary
With the below given input, serverless-nextjs always forces cloudfront certificate
minimumProtocolVersion to "TLSv1.2_2018". If the input is omitted, according to documentation the default
value should be "TLSv1.2_2019", but instead it appears to be "TLSv1.2_2018".
app:
component: "@sls-next/[email protected]"
inputs:
cloudfront:
certificate:
minimumProtocolVersion: "TLSv1.2_2019"
Metadata
Metadata
Assignees
Labels
No labels