Connect to SingleStore using TLS/SSL
On this page
Enable SSL/TLS for a Connection
Most client connections are TLS/SSL-enabled by default, even if no parameters are specified.
-
Use a client side flag, such as
--ssl-mode=REQUIREDin the MySQL/SingleStore clients. -
Use a user created with
REQUIRE SSL, which enforces SSL on the server side.
Certificate-Based Authentication
The VERIFY_ option is not required to use TLS/SSL.
Refer to SSL Secure Connections for more information.
Refer to The SingleStore JDBC Driver for details on how to connect using JDBC.
Last modified: March 16, 2026