I have and Application Load Balancer (AWS) that has 2 EC2 as targets. I am also using Route 53 to route my domain name to my load balancer. So all http requests to my domain name works, but my https request fails. I do not understand why. I have done the following:
- I created a domain name in route53 and have been issued with a SSL/TLS certificate through AWS Certificate manager.
- For my load balancer I set up listener for https:443 and attached the above certificate with it.
- The security group for my ec2 instances allow http and https requests (although I believe the load balancer ec2 target will communicate using http)
I am totally out of ideas. I have read the aWS documentation, done what they have instructed and I am not able to make https request. Please can someone advise?
Result of https request:
"(red triangle)Not secure https(crossed out)" - this appears in the browser. but it connects anyway.