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

feita há 2 meses286 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas