aws-cloudfront: when using VIP ssl support method, minimum protocol version is incorrectly set #28940
Labels
@aws-cdk/aws-cloudfront
Related to Amazon CloudFront
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p3
Describe the bug
When creating a distribution for a VIP
sslSupportMethod
distribution the resource handler returns an error message that the "The specified MinimumProtocolVersion cannot be usedwith the specified SSLSupportMethod".
Expected Behavior
The cloudfront distribution is created.
Current Behavior
The distribution fails to create with messages such as:
Reproduction Steps
Possible Solution
I believe
aws-cdk/packages/aws-cdk-lib/aws-cloudfront/lib/distribution.ts
Line 679 in 95d187e
sslSupportMethod
isSSLMethod.VIP
.Additional Information/Context
No response
CDK CLI Version
2.104.0 (build 3b99abe)
Framework Version
No response
Node.js Version
v18.13.0
OS
linux
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: