PayButton / paybutton-server

Manage eCash payments received through your online business.
MIT License
7 stars 2 forks source link

Cloudfront SSL Origin #838

Open ScottMcDermid opened 5 months ago

ScottMcDermid commented 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.