Why Isn’t My Static Website Showing Up Under HTTPS?

0
3
Asked By CuriousCat92 On

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

Answered By TechieTinker On

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.

TechieTinker -

I tried adjusting the HTTPS rule, but unfortunately it didn't make a difference.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.