I am trying to access my AWS Application Load Balancer(ALB) but I am getting a net::ERR_CERT_COMMON_NAME_INVALID instead.
Current Scenario:
- ALB has an HTTPS:443 listener (only one listener is present) with an SSL Certificate provided for my domain
example.com&*.example.com.
I would be more than happy to provide any further details required to support my query.
Thanks in advance.
https://example.com, it's entry is present in the certificate asexample.comand*.example.com. When I try to accesshttps://example.com/articleswhich makes a call to my ALBhttps://alburl/getArticle, I get the net::ERR_CERT_COMMON_NAME_INVALID error on console. - Rahul Sharmaexample.com? - Chris Williams