[MXS-2981] Missng REST API TLS certificates are not a hard error Created: 2020-05-06 Updated: 2020-05-25 Resolved: 2020-05-25 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 2.3.19 |
| Fix Version/s: | 2.3.20, 2.4.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If the given files do not exist, the REST API silently ignores this error and starts up in HTTP mode. If the certificate file and private key are configured, the files must exist in order for MaxScale to successfully start. Both files must also be defined: if either one is missing it should be treated as an error. |