Data Studio can connect to the database using the Secure Sockets Layer [SSL] option. To use the SSL connection mode, you must configure related parameters on the client or in the application code. The GaussDB(DWS) management console provides the SSL certificate required by the client. The SSL certificate contains the default certificate, private key, root certificate, and private key password encryption file required by the client.
After a cluster is deployed, GaussDB(DWS) enables the SSL authentication mode by default. The server certificate, private key, and root certificate have been configured.
You need to configure the client.
Log in to the GaussDB(DWS) management console. In the navigation pane, choose Connections. In the Driver area, click download an SSL certificate.
Parameter |
Description |
|---|---|
Client SSL Certificate |
Select the sslcert\client.crt file in the decompressed SSL certificate directory. |
Client SSL Key |
Only the PK8 format is supported. Select the sslcert\client.key.pk8 file in the directory where the SSL certificate is decompressed. |
Root Certificate |
When SSL Mode is set to verify-ca or verify-full, the root certificate must be configured. Select the sslcert\cacert.pem file in the decompressed SSL certificate directory. |
SSL Password |
Set the password for the client SSL key in PK8 format. |
SSL Mode |
GaussDB(DWS) supports the following SSL modes:
GaussDB(DWS) does not support the verify-full mode. |
