Forum Discussion
MOHANDHASGANDHI
Nov 02, 2023Copper Contributor
The SSL connection could not be established
We have developed an application using Microsoft.Net Core. The application has a function that generates tokens and executes an API call. Suddenly the application is throwing an error while gener...
rjminick
Nov 14, 2023Copper Contributor
I am facing a similar issue with a .NET call to another application. It works in test but not prod. The SSL cert on the other end is fine and I can get to site from server browser.
---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception.
---> System.ComponentModel.Win32Exception (590615): The context has expired and can no longer be used.
---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception.
---> System.ComponentModel.Win32Exception (590615): The context has expired and can no longer be used.
fabod001
Apr 08, 2024Copper Contributor
rjminick, MOHANDHASGANDHI did you ever solve this problem?