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

asked a month ago74 views
1 Answer
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
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions