i have domain for example, example.com so,
http://www.example.com ( works ),
https://www.example.com ( works ),
http://example.com ( works ),
https://example.com ( does not work)
so how can i make https://example.com work ? i have two ports listening on my aws elastic beanstalk i.e. 80 and 443, and only 443 has ssl on it, and any request coming to port 80 is forwarded to 443, any help regarding it is appreciated... thanks in advance
I assume you are using ACM certificates? If so: do you have multiple domain names (www.example.com and example.com) defined for the certificate? You can also set Wildcards like *.example.com
See more here: https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html