AzureCosmosDB / data-migration-desktop-tool

MIT License
122 stars 46 forks source link

TLS 1.2 incompatibility issue #143

Open flotoz opened 1 day ago

flotoz commented 1 day ago

I am encountering an issue with the Azure Cosmos DB Data Migration Desktop Tool. The tool currently does not support TLS 1.2, resulting in the following error message when attempting to establish a connection: "Connection is insufficiently secured, please use TLS 1.2 SSL protocol or higher."

As per Microsoft’s announcement, TLS 1.0 and 1.1 will be deprecated and disabled by October 31, 2024. This change necessitates that all applications, including the Data Migration Desktop Tool, must support TLS 1.2 or higher to ensure secure connections.

Is it possible to update compability of Data Migration Desktop Tool to support TLS 1.2 ?

image