[MXS-3381] MaxScale TLS configuration examples in the KB use deprecated values for ssl parameter Created: 2021-01-21 Updated: 2021-02-25 Resolved: 2021-02-25 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | 2.5.8 |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The documentation for MaxScale's ssl parameter says that it is deprecated to set the parameter to required:
https://mariadb.com/kb/en/mariadb-maxscale-25-mariadb-maxscale-configuration-guide/#ssl However, the two TLS configuration examples on the same page set the parameter to the deprecated value. It uses the deprecated value in the example server configuration:
And it uses the deprecated value in the example listener configuration:
If the required value is deprecated, then the examples should probably set the ssl parameter to true instead. |