Comments - maxctrl error when admin_ssl parameters are set in maxscale.cnf

3 years, 1 month ago Martin Kutter

Thanks. Get another error self signed certificate but now I do at least have a starting point. BR. Martin

 
3 years, 1 month ago Markus Mäkelä

If I remember correctly, the --tls-verify-server-cert option should skip the certificate verification which should resolve that error.

 
3 years, 1 month ago Martin Kutter

Finally.

With all your input and some more testing and googling the TLS connection for the API works now. I created the self-signed certs again with the howto from here:

https://mariadb.com/docs/security/encryption/in-transit/create-self-signed-certificates-keys-openssl/#create-self-signed-certificates-keys-openssl

Using the maxctrl command line tool, I have to run it like this:

maxctrl --secure --tls-ca-cert=/path/to/ssl/ca-cert.pem --tls-verify-server-cert=false

Thank you for your help!

BR. Martin

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.