I setup a website on AWS with Apache on 2 EC2 instances behind an AWS load balancer. The load balancer has a ssl certificate (successfully flowed this manual ) Godaddy is has an A record for the website pointing at the load balancer IP (cannot use DNS name)
Before I had a single instance with local ssl certificate installed and it worked great.
My questions are: 1. When I go to my new website with http:// it shows correctly but in the address bar I don't see any ssl certificate. (Do I still need to use local .htaccess for the ssl redirect? If yes do I need to use the keys I generated the load balancer ssl with?)
- When I go to my website with httpS:// the certificate is visible in the address bar with the correct data but the website look like a long list of pictures and text.
The load balancer listeners configuration is: HTTP 80 > HTTP 80 HTTPS 443 > HTTP 80 (with my cert)
Thanks for your help, Alex.