I'm setting up a domain name with Route53 + Cloudfront + S3 bucket.
Also created a certificate in Cloudfront, and sometimes it was working sometimes.
Now I get AccessDenied
from my bucket. It seems to be that:
https://not.working.s3.eu-central-1.amazonaws.com/ (not working)
http://not.working.s3.eu-central-1.amazonaws.com/ (working)
https://not.working.s3.eu-central-1.amazonaws.com/index.html (working)
https://s3.eu-central-1.amazonaws.com/not.working (not working)
Maybe the it's simple, but I googled arround trying everything. Strange thing is that at somepoint in was working. Cloudfront has a destribution time, so its hard to debug.