MongoDb.Driver 2.10.2 will support TLS 1.2 and what is default TLS version supported?

MongoDb.Driver 2.10.2 will support TLS 1.2 connections and what is default TLS version supported?

When .Net framework(v 4.5) app creates connection to MongoDB, what is the TLS version? TLS 1.0 / TLS 1.1 /TLS 1.2

When .Net core(v2.1) app creates connection to MongoDB, what is the TLS version? TLS 1.0 / TLS 1.1 /TLS 1.2

Hi @Kannan_Ranganathan!

Here’s the TLS Support for the C# driver.

To reference here as well, these are the supported versions:

Let me know if this helps.

Thanks!

1 Like