TLS 1.3 support with 5.0.0.0 .NET v4.0.30319? #1240
-
Hello, We are eyeing support for TLS 1.3 in our RabbitMQ communication through the .NET client, and we are not clear if there is any specific version of the client that is required in order to enable it. Right now we are on 5.0.0.0, though the library was downloaded as binary and Runtime Version specified is v4.0.30319. Should we be good with this one? Framework v4.0.30319 wouldn't support TLS 1.3 AFAIK. How do we get a higher runtime 5.0.0.0 one? Do we have to build it ourselves? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The client does not implement TLS, so as long as the .NET version you run on supports it and you can pass in a constant, it should be fine. That said, I haven't tried it with .NET specifically. |
Beta Was this translation helpful? Give feedback.
The client does not implement TLS, so as long as the .NET version you run on supports it and you can pass in a constant, it should be fine. That said, I haven't tried it with .NET specifically.