Getting certification error while accessing aws service link

0

Hi, I am getting an error while invoking aws service with below url. I created ACM certificate and associated it to load balancer but getting certificate error. Below is snippet of javascript

socketUrl: "https://oxyjo-Publi-Z894ZOA6SW05-1495114743.ap-south-1.elb.amazonaws.com", socketPath: "/socket.io/",

error is below net::ERR_CERT_COMMON_NAME_INVALID

1 回答
0
已接受的回答

Your cert would be for the domain for which you requested it; the URL you're trying to access is the URL for the load balancer; which wouldn't be what you requested for the cert. Do you have a Route53 record that points at your load balancer? If so, then use the URL that you've set up. If not, then create a Route53 record that points at your load balancer.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则