-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudFront origin configuration and HTTPS #152
Comments
If Can we be sure that it is always the best option? |
The problem is that S3 does not support HTTPS, so a CloudFront distribution that has a |
Works great, thanks!
|
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
s3_website
currently configures a CloudFront distribution with a S3 bucket origin.However, the origin protocol policy is set by the tool to
Match Viewer
instead ofHTTP only
.This is a problem because HTTPS connections will then trigger HTTPS connections between CloudFront and S3. This causes an error as S3 buckets configured as websites are only reachable through HTTP.
The text was updated successfully, but these errors were encountered: