I have an EC2 Instance, and want to add HTTPS to it. I am able to access it using http.
I have added an Application Load Balancer, and enabled the Ports 80 and 443.
I also added the DNS of the ALB in Route 53.
api.example.com alias to the ALB DNS
However, when I access the ALB using HTTP, it works fine. But when I try to do the same using HTTPs, it gives an error "This site can’t be reached".
Things I have already done:
- Added Certificate Manager to api.example.com
- Added HTTPs(Port 443) config to Security Groups.
Can anyone help me out in this?