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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南