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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠