Closed bkochendorfer closed 3 years ago
+ origin_protocol_policy = "http-only"
This may be conflicting with our intentions; Brett is investigating.
@floatingatoll great catch! pushed up a change here
+ origin_protocol_policy = "http-only"
This may be conflicting with our intentions; Brett is investigating.
@floatingatoll @bkochendorfer As far as I know (it may have changed since I last checked), that is correct. It's more involved to use https
with S3 buckets, so we let the CDN handle the SSL termination, and then use http
to speak with the S3 "origin".
I'm testing it out now and you seem to be right @escattone. Interesting quirk of s3. I'll revert
That makes sense, thanks for clarifying.
On Fri, Aug 20, 2021 at 14:36 Ryan Johnson @.***> wrote:
- origin_protocol_policy = "http-only"
This may be conflicting with our intentions; Brett is investigating.
@floatingatoll https://github.com/floatingatoll @bkochendorfer https://github.com/bkochendorfer As far as I know (it may have changed since I last checked), that is correct. It's more involved to use https with S3 buckets, so we let the CDN handle the SSL termination, and then use http to speak with the S3 "origin".
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/mdn/infra/pull/510#issuecomment-902970719, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAWUDDO4ULTEIQXJ32E3F3T53DFHANCNFSM5CQ6V4BQ .
@bkochendorfer @floatingatoll For reference, see the top paragraph of https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-cloudfront-to-s3-origin.html. I've never understood why this is the way it is either. It seems so strange not to support https
when S3 is set-up as a website! Thanks for checking though!