Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
Configuring SingleStore Tools for Secure Connections
SingleStore Tools support SSL secure connections to protect communications with the SingleStore server.
-
Edit the
memsqlctl.configuration file to add the path to the CA certificate file on each host.hcl The path can be absolute or relative to the node’s base directory. For example: sslCaFile = path/to/ca-fileNote that this setting is especially required when a host contains one or more nodes with the
rootuser set toREQUIRE SSL. -
In newer versions of SingleStore (7.
1. 17+ and 7. 3. 4+), memsqlctland therefore SingleStore Tools establish SSL connections by default unless the connection fails because of misconfiguration or invalid credentials.In these versions, set the ssl_engine variable to the path to the CA certificate file on each node.ca The file path can be absolute or relative to the node’s base directory. If ssl_is not set, publicly trusted system certificates will be used.ca
Last modified: