Unable to establish SSL Connection issue - After OS Upgrade #95717
Unanswered
ajnavsun1806
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are using Service Fabric to host our service. We recently migrated to NET6.0. After migration, we started seeing this peculiar issue.
Network calls starts failing with "Unable to establish SSL Connection" for some dependent APIs. Restarting the process or VM both mitigates this issue until the next OS Upgrade, But with NET3.1, this issue was not present. We are unable to find a solution for this problem.
We use IHttpClientFactory with Polly for calling dependent APIs. We have multiple named clients with following configuration. The named clients are created on the basis of timeout instead for each dependent API.
The exception logged in the telemetry is: An exisiting connection was forcibly closed by the remote host.
We require all the help in resolving this issue. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions