Windows Server 2012 R2 cipher TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256

haydar keskin 1 Reputation point
2022-05-27T14:53:10.357+00:00

Hi,

I am facing a problem while making httprequest from my application that developed with .net framework 4.8.
It threw an error like this "The request was aborted: Could not create SSL/TLS secure channel." and in event log wrote "A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 40."

I digged a little deeper and captured network dump using microsoft network monitor. The error is TLS: TLS Rec Layer-1 Encrypted Alert.

The server side waits TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 cipher suite from win2012R2 but it does not support it. ( https://learn.microsoft.com/en-us/windows/win32/secauthn/tls-cipher-suites-in-windows-8-1 )

I tried to add manualy but nothing change. Will microsoft issue an update patch for this problem?

I am looking forward to hear from you. Thanks in advance

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.