I'm trying to figure out why my static website isn't displaying under HTTPS. I can access it just fine via HTTP, but I want to ensure it's secure. I've set up my S3 bucket and Route 53, got an SSL certificate from Amazon, and deployed everything through CloudFront. Can anyone suggest where I might be going wrong? I've followed several tutorials, but I'm still stuck. I'm open to any clarifications you might need!
1 Answer
Have you set up your S3 bucket to only allow access via CloudFront's Origin Access Control (OAC)? If that’s the case, check your CloudFront distribution settings for the origin and behaviors. There’s an option to either disable HTTP traffic or redirect it to HTTPS, which might be what you need to tweak.
I tried adjusting the HTTPS rule, but unfortunately it didn't make a difference.