TLS 1.3 Support on Windows 10 with MySQL and PostgreSQL
Issue
When connecting to MySQL or PostgreSQL servers on Windows 10, you may encounter errors if the server is configured to use only TLS 1.3. However, the connection succeeds if TLS 1.2 and TLS 1.3 are both enabled.
Reason
Windows 10 does not support TLS 1.3 at the system library level. This limitation affects all applications relying on the built-in security features of the OS, including MySQL and PostgreSQL clients.
Solution
To resolve this issue on Windows 10, enable TLS 1.2 or TLS 1.1 on the MySQL/PostgreSQL server to ensure compatibility with Windows 10 clients.

Note: Our products utilize the system's security libraries for handling secure connections. As such, support for TLS 1.3 is determined by what the operating system provides.
If you have further questions or need assistance, please reach out to our technical support team via our Contact Form.
Related Articles
How to Connect to MySQL Server
In the second article of the series uncovering how to get started with MySQL, we talk about the ways of connecting to MySQL Server. You can connect to MySQL Server using MySQL Client, dbForge Studio for MySQL, and MySQL Workbench. In this article, we ...
How to Install MySQL on Windows Using MySQL Installer
This article provides a comprehensive walkthrough on how to install MySQL on Windows using the official MySQL Installer. Follow the step-by-step guide to ensure MySQL Server and its tools are installed and configured correctly for development or ...
Using SSL with dotConnect for PostgreSQL from NuGet
When using dotConnect for PostgreSQL via NuGet packages, note that SSL support is not included in the NuGet assemblies by default. To enable SSL connections, you must manually add the necessary assemblies from the full Devart installation package to ...
Lost Connection to MySQL Server
A lost connection to a MySQL server is a common issue and, in most cases, is not related to dbForge tools. It typically occurs due to server settings, network interruptions, or long-running queries. Recommended Solution For official guidance on ...
Password visible in Connection string ODBC PostgreSQL
When connecting to a PostgreSQL database using ODBC, you may encounter a situation where the password is visible in the connection string in Microsoft Excel. Unfortunately, we do not have the ability to alter how Excel handles or displays this ...