SignalR - Winform Client not able to connect to server
ankit dhiman
1
Reputation point
Hi I have a web api hosting the SignalR server and trying to connect to it from Window application. but I am getting below error.
Message : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Inner Exception : The remote certificate is invalid according to the validation procedure.
My Api has a SSL certificate configured, How can I connect to that SignalR server from my Window App ?
Sign in to answer