[MDEV-28921] client on Windows doesn't support TLS 1.3 Created: 2022-06-21 Updated: 2022-07-05 Resolved: 2022-07-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.6.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sebastian Weiser | Assignee: | Vladislav Vaintroub |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Microsoft Windows [Version 10.0.17763.1935] |
||
| Issue Links: |
|
||||||||
| Description |
|
The Linux "mariadb"/"mysql" client can connect to both Windows and Linux servers using TLS 1.3, verified by "SHOW SESSION STATUS LIKE 'ssl_version';". The Windows clients on the same version use only TLS up to 1.2. Since this is a Windows-only issue, I am wondering if the reason is the same as behind On a side note, I was also not able to connect with TLS 1.3 using HeidiSQL. |
| Comments |
| Comment by Sergei Golubchik [ 2022-07-03 ] |
|
Likely a duplicate of CONC-567 |
| Comment by Vladislav Vaintroub [ 2022-07-05 ] |
|
Duplicate of the client library issue CONC-567 |