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

gefragt vor 2 Monaten282 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen