Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.12
-
None
-
Windows
Description
When connecting to MariaDB 10.5 (using WolfSSL) status doesn't show correct ciphersuite:
mariadb Ver 15.1 Distrib 10.5.10-MariaDB, for Win64 (AMD64), source revision 76d2846a71a155ee2861fd52e6635e35490a9dd1
Connection id: 3
|
Current database:
|
Current user: root@localhost
|
SSL: Cipher in use is
|
Using delimiter: ;
|
Server: MariaDB
|
Server version: 10.5.6-MariaDB mariadb.org binary distribution
|
while status shows correct cipher suite:
show status like 'ssl_cipher';
|
+---------------+-------------------------+
|
| Variable_name | Value |
|
+---------------+-------------------------+
|
| Ssl_cipher | ECDHE-RSA-AES128-SHA256 |
|
+---------------+-------------------------+
|