C# Rest Api TLS/SSL Connection Error

Hi Everyone,

I am trying to connect to the cash register with the AuthenticateUsingCredentials function. While establishing a connection to the vault, I receive the error: The underlying connection was closed: "The trust relationship could not be established within the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure." There is no error in the username and password. Additionally, no changes have been made to the codes. What is the reason for receiving such an error in the previously accessed vault? What change should I make? Please help me. Thanks in advance.

Parents Reply
  • I don't know what you mean.

    The error message is because the code cannot access the server due to an issue with the SSL handshake.  The error explicitly states that it's to do with the remote certificate.  My guess would be that the remote certificate used by the vault isn't trusted by your machine for some reason.  This could be an expired certificate, an untrusted CA, etc.

    I'd start by looking at some of the content in the like I gave you.

Children