0

I am new to AWS, have hosted a PHP Application on Ubuntu(AWS - Free Tier).

I have obtained a SSL using Certificate Manager. I would like to use that for the site.

I installed a self signed certificate, and is reflecting, but unable to use the SSL provided by AWS. I tried using Load Balancer, but unable to install that certificate.

Anoop Pete
  • 492
  • 2
  • 4
  • 17

1 Answers1

2

From your comment the domain should point to the C-Name of the load balancer which in your case is not happening. You have to point the Domain to the Load balancer C-name by changing the DNS. Once that DNS points to the load balancer then it will start serving the SSL certificate as your SSL certificate was added to the ELB.

Piyush Patil
  • 14,512
  • 6
  • 35
  • 54