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

preguntada hace 2 meses286 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas