Skip to content
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
@ari-luokkala

Description

@ari-luokkala

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions