First time here? Check out the FAQ!

Ask Your Question
0

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

asked Mar 4 '4

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.

Preview: (hide)

Closed for the following reason question is off-topic or not relevant by grahamb
close date 2024-03-08 09:21:02.089846

1 Answer

Sort by » oldest newest most voted
0

answered Mar 4 '4

hugo.vanderkooij gravatar image

Not a Wireshark problem.

Preview: (hide)
link

Question Tools

1 follower

Stats

Asked: Mar 4 '4

Seen: 116 times

Last updated: Mar 04 '24