I am trying to configure HTTPS for my elastic beanstalk application which is pointed to my domain (say sample.com
),for that i've tried the following steps.
1.Obtained an SSL certificate from the AWS certificate manager.
2.Attached the SSL certificate ID in load balancer configuration
My calls to https not working but the http is working fine.
I've referred this question HTTPS not working (on AWS Elastic Beanstalk based site) but i got confusing with the answer especially with the name of the certificate
.
Currently my load balancer security group have the following rules.
Update
When i access the domain with https (eg:https:\\www.mysite.com
) i can able to see the website but the ssl error is shown in the title bar.