Details
Description
The values of ssl_version in MaxScale and tls_version in MariaDB do not allow the same values to be set.
In MaxScale, the following are valid values:
TLSv10, TLSv11, TLSv12, TLSv13, MAX
|
In MariaDB, the following are valid values:
TLSv1.0,TLSv1.1,TLSv1.2,TLSv1.3
|
MaxScale should allow the MariaDB values to be.