Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Done
-
None
Description
Connector/C allows for setting the TLS versions to offer to the server when connecting, e.g:
mysql_optionsv(mysql, MARIADB_OPT_TLS_VERSION, (void *)"TLSv1.2,TLSv1.3"); |
but this functionality is not exposed as a command line client option yet.