minimum Protocol Version
Parameters
value
Minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections. Can only be set if cloudfront_default_certificate = false
. See all possible values in this table under "Security policy." Some examples include: TLSv1.2_2019
and TLSv1.2_2021
. Default: TLSv1
. NOTE: If you are using a custom certificate (specified with acm_certificate_arn
or iam_certificate_id
), and have specified sni-only
in ssl_support_method
, TLSv1
or later must be specified. If you have specified vip
in ssl_support_method
, only SSLv3
or TLSv1
can be specified. If you have specified cloudfront_default_certificate
, TLSv1
must be specified.