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.
- fabod001Apr 08, 2024Copper Contributor
rjminick, MOHANDHASGANDHI did you ever solve this problem?
- erickcredMar 04, 2024Copper Contributor
Estou com o mesmo problema, ao realizar uma comunicação MTLs ele informa que
{ Error = True, Data = System.AggregateException: One or more errors occurred. (The SSL connection could not be established, see inner exception.)
---> 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 (0x80090326): Mensagem recebida inesperada ou formatada incorretamente.Se algume tiver uma ideia do que pode ser, ou uma documentação que possa ajudar, já estou a alguns dias vendo doc's forums