


Build Environment: VSCode + Terminal dotnet.> : The remote certificate was rejected by the provided RemoteCertificateValidationCallback.ĭo i need to specify a certificate to use from the lambda function to establish the connection? if so how to go about doing it? Environment (provider: TCP Provider, error: 35 - An internal exception was caught) I am using with encrypt=true TrustServerCertificate=false as part of the connection string.īut am getting the following exception: (0x80131904): A connection was successfully established with the server, but then an error occurred during the pre-login handshake. I have a lambda function written in dotnet 6 from which am trying to call a stored procedure in MS SQL 2019 RDS Instance. Gopinathrimc How to specify Cert Store from a Lambda to connect to a MS SQL 2019 RDS Instance ?
