amazon web services - SSL installed on AWS EC2 Load Balancers not working -
i newbie in aws , installed ssl certificate on aws ec2 load balancers. have add ssl certificate load balancers , went fine. when checked our url on ssl checker says url not found.
here load balancer description tap
what wrong in ssl configuration ?
your appreciated.
for https instance port should 80. so
https 443 <-> http 80 assuming instances don't run on both 80 , 443 , want ssl offloading @ elb level.
Comments
Post a Comment