First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to disable ECDHE cipher in SslSocket in .NET Core [closed]

My .NET Core program uses SslStream for encrypted socket communications between Windows servers. I want to use Wireshark, and gave it my certificate file, but Wireshark is unable to decrypt the packets because it's using an ECDME cypher suite (TLS_ECDME_RSA_WITH_AES_256_GCM_SHA384). I've found numerous sites that explain how to disable ECDME cypher suites in IIS and several browsers, but that doesn't apply here. How do I get SslStream in .NET Core to not use an ECDME cypher suite? One thing I should mention is that I use Remote Desktop to access these servers, so I can't disable something at the server level that could hinder RDP.

uncaged's avatar
1
uncaged
asked 2024-03-04 11:29:23 +0000
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "question is off-topic or not relevant" by grahamb 2024-03-08 09:21:02 +0000

Comments

add a comment see more comments

1 Answer

0

Not a Wireshark problem.

hugo.vanderkooij's avatar
76
hugo.vanderkooij
answered 2024-03-04 11:59:29 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments