Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
22.08.3
-
None
Description
If the PEM certificate given to admin_ssl_cert contained a chain of certificates instead of a single certificate, MaxScale would crash when the first request on the REST-API was made.
This happened because the list of certificates passed to GnuTLS was claimed to contain several certificates when the actual list of certificates used by MaxScale would only contain a single certificate. This would end up causing a crash.