Ask Your Question
0

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

asked 2024-03-04 11:29:23 +0000

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.

edit retag flag offensive reopen merge delete

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 2024-03-04 11:59:29 +0000

hugo.vanderkooij gravatar image

Not a Wireshark problem.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2024-03-04 11:29:23 +0000

Seen: 62 times

Last updated: Mar 04