Hello ,
I am working on setting up innodb cluster as part of it trying to bootstrap mysqlrouter with ssl option and it throw below error however document says ssl options are supported.Any insights will be helpful and confirmation on ssl support is much appreciated.
https://dev.mysql.com/doc/mysql-router/2.1/en/mysql-router-command-options.html
mysqlrouter -v
MySQL Router v2.1.3 on Linux (64-bit) (GPL community edition)
bootstrap error
mysqlrouter --bootstrap xxxx:3306 --ssl-ca mysql-stage.pem --directory /home/xxxx/myrouter --conf-use-sockets
Configuration error: Certificate Verification is disabled in this build of the MySQL Router.
The following parameters are not supported:
--ssl-mode=VERIFY_CA, --ssl-mode=VERIFY_IDENTITY,
--ssl-ca, --ssl-capath, --ssl-crl, --ssl-crlpath
Please check documentation for the details.
Thanks!!