I cannot reconcile a problem with AWS S3 Virtual Hosting. I require SSL and the index page to be served when navigating to the hostname.
No SSL from S3 Website endpoint. Sorry
$ nc -zv hjr-test.s3-website-us-east-1.amazonaws.com 443
nc: connect to hjr-test.s3-website-us-east-1.amazonaws.com port 443 (tcp) failed: Connection refused
$ nc -zv hjr-test.s3-website-us-east-1.amazonaws.com 80
Connection to hjr-test.s3-website-us-east-1.amazonaws.com 80 port [tcp/http] succeeded!