{question}
Does SingleStore Studio support HTTPS secure connections?
{question}
{answer}
The answer is YES.
SingleStore Studio supports HTTPS connections from Studio versions 1.9.5 and later.
To upgrade to the latest version of SingleStore Studio, follow our guide here.
To serve the SingleStore Studio user interface with HTTPS, edit the SingleStore Studio configuration file to include the following two options:
HTTPSCertificateFile = "./server.crt"
HTTPSCertificateKeyFile = "./server.key"
For RPM and Debian-based installations, this file is located in /etc/singlestore/singlestoredb-studio.hcl
For tarball-based installations, this file is located in path/to/memsql-clients-{VERSION}/memsql-studio.hcl
The configuration file is being read each time SingleStore DB Studio is started, thus you will need to restart Studio after changing the configuration file.
To learn more about SingleStore Studio security, click here.
{answer}