[MXS-4331] Altering servers fails if SSL is enabled Created: 2022-09-30 Updated: 2022-10-04 Resolved: 2022-10-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 2.5.21 |
| Fix Version/s: | 2.5.22 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The following command (and possibly all others as well) will fail with a Cannot alter SSL at runtime error if SSL is enabled.
The configuration that reproduces the problem:
|
| Comments |
| Comment by markus makela [ 2022-10-04 ] |
|
The runtime configuration code now correctly detects no-op changes to the SSL configurations and ignores them. |