AWS local issuer certificate

0

Hello, so I was just working on my API and I get an error while connecting to my AWS RDS MSSQL server database. The issue says "unable to get local issuer certificate". What can be a problem? Also how can i fix it?

Enter image description here

질문됨 2달 전286회 조회
1개 답변
1

You are getting that error because the SSL certificate from the server is not trusted by the client making the request.

What you can do to resolve:

  1. Download the AWS RDS Root Certificate
  2. Install the Certificate
  3. Configure Your Application
  4. Verify SSL Connection

💡 You can refer to the SSL/TLS guide for instructions on encrypting a connection to a DB instance or cluster.

profile picture
전문가
답변함 2달 전

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

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

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

관련 콘텐츠