Configuring a Secure Connection
The connection between Xpress Insight 5 and MySQL should be secured by enabling an SSL connection.
To configure SSL on the connection, perform the following steps:
serverSslCert=path/to/server-cert.pemFor example:
jdbc:mariadb://mydatabaseserver.mycorp.com:3306/insight5?useSSL=true&serverSslCert=path/to/server-cert.pem
storetrustStore=path/to/truststore&trustStorePassword=passwordOfStoreFor example:
jdbc:mariadb://mydatabaseserver.mycorp.com:3306/insight5?useSSL=true&storetrustStore=path/to/truststore&trustStorePassword=passwordOfStore
|
Note The server name declared in the connection url must match the server name defined in the SSL certificate. If they do not match Xpress Insight will fail to startup.
|
|
Tip When configuring a secure connection we recommend that the user you have create be altered to require SSL. For more, see the
Schema User section on the
Schema Creation page.
|