I have a front load balancer in an ec2-Classic instance. I verified that the load balancer is working correctly by directly contacting the name of the DNS name listed on the Description tab for my load balancer. This gives me the main page of the webpage that is on the EC2 instance. So my balancer is working. My load balancer and my EC2 instance are in the same availability zone.
My load balancer installed an SSL certificate, and I have two settings for sending http (port 80) and https (port 443) to instance port 80 as http. My EC2 instance has a security group that accepts HTTP and https with TCP protocol on ports 80 and 443 respectively. Although I understand that only port 80 will be useful, right? The data for the certificate is in pem format. I have added custom TCP to the instance security group in the port range 0 - 65535 for amazon-elb / amazon-elb-sg. It did nothing.
I can access my site using http just fine. If I try to access using https, I get the error code: ERR_CONNECTION_REFUSED in Chrome and cannot connect to Firefox.
I checked similar posts for this question and nothing helps.
Any help or ideas would be greatly appreciated. Thanks
ssl amazon-web-services amazon-ec2
cafman
source share