Open ScottMcDermid opened 5 months ago
Currently, we're omitting SSL from cloudfront to the paybutton server origin. We're downgrading SSL due to the hostname mismatch.
It appears the correct method to redirect traffic to an origin with a different hostname is using a lambda.
https://repost.aws/knowledge-center/configure-cloudfront-to-forward-headers
There might be an alternative, standard way to handle this setup.
Currently, we're omitting SSL from cloudfront to the paybutton server origin. We're downgrading SSL due to the hostname mismatch.
It appears the correct method to redirect traffic to an origin with a different hostname is using a lambda.
https://repost.aws/knowledge-center/configure-cloudfront-to-forward-headers
There might be an alternative, standard way to handle this setup.