The site works perfectly fine on HTTP, however, does not work on HTTPS. I\'ve followed all the steps on this page to create a self-signed certificate and add it to my Elasti
It's event better for a performance point of view:
Because ELB supports SSL offload, deploying a certificate to a load balancer (rather than to the EC2 instances behind it) will reduce the amount of encryption and decryption work that the instances need to handle.
follow the doc for more information:
https://aws.amazon.com/fr/blogs/aws/new-aws-certificate-manager-deploy-ssltls-based-apps-on-aws/