0
  1. I have a node js app deployed onto EC2 instance running on port 300 and it is exposed to internet via port 80 & 443 via http load balancers.

  2. My security group allows inbound rules on 80 & 443. I have created SSL certificates with ACM for a domain created on GoDaddy (domain name:- www.abcd-example.com).

  3. For CNAME I added these values, Host(Name): _57xxxxxxxxxxxxxxx5d, Points to(value): _68xxxxxxxxxxx67.bxxxxxxxxxxxj.acm-validations.aws.

  4. My ACM certificate was issued and I had loaded these certificate on to load balancer. Now when I try to access the load balancer with https://, I am getting this error : NET::ERR_CERT_COMMON_NAME_INVALID.

I am not sure why this is happening as I had followed all the steps mentioned in AWS docs to dot. Can anyone help me out in this?

3
  • 1
    What names are actually on the certificate? Commented Oct 10, 2020 at 20:58
  • I have loaded 3 certificates from ACM onto ELB. the names of the certificates are www.abcd-example.com, abcd-example.com, *.abcd-example.com Commented Oct 11, 2020 at 8:56
  • Those names don't appear to exist. How did you get a certificate for a nonexistent domain? Commented Oct 11, 2020 at 17:10

0

You must log in to answer this question.

Browse other questions tagged .