I have an angular application hosted on aws s3, say example.com
. The url is hosted on route53. You can access my website in non https here: http://proscorepad.com/
I created two repository that are using my domain name: example.com
www.example.com
and they activated to host a webiste.
I created a certificate with CRM which is associated with my domain and attached it to a cloudFront redirection.
When I try to connect to my website in https mode, I get a page could not be reached error.
Can you give a checklist of things to verify in my configuration, or link to resources that would fit my configuration?
Edit:
The type of certificate I have is Amazon issued, it belong to example.com and *.example.com.
I can see that it is associated with the right resource: arn:aws:cloudfront::distributionId
Here is my cloudFront behavior configuration
Regarding my S3 server configuration, it is setup as a static website hosting and is public.