[MXS-4142] SSL Variable Name Variance Created: 2022-05-19 Updated: 2022-06-08 Resolved: 2022-06-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 22.08.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kathryn Sizemore | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-159 |
| Description |
|
The ca cert variable in MariaDB server is ssl_ca and in Maxscale it's ssl_ca_cert. These should match (or be synonyms) so they can be used universally. |
| Comments |
| Comment by markus makela [ 2022-05-20 ] |
|
Could be solved by adding an alias system for parameter names. |
| Comment by Johan Wikman [ 2022-06-08 ] |
|
Now the parameter has been renamed to ssl_ca and ssl_ca_cert is accepted as an alias. |