forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: Ru, Li Yi <liyiru7@huawei.com> Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
5.2 KiB
5.2 KiB
Enabling and Disabling SSL for a DB instance
Secure Socket Layer (SSL) is an encryption-based Internet security protocol for establishing secure links between a server and a client. It provides privacy, authentication, and integrity to Internet communications. SSL:
- Authenticates users and servers, ensuring that data is sent to correct clients and servers.
- Encrypts data to prevent data theft.
- Ensures data integrity during transmission
SSL is disabled for new DDM instances by default. Enabling SSL will prolong network connection response and increase CPU usage. So, evaluate impacts on service performance before enabling SSL.
You can connect to a DDM instance from your client with two methods: using SSL connection or a non-SSL connection.
- If SSL is enabled, you can connect to the instance using an SSL or non-SSL connection. SSL encrypts connections to the DB instance, making in-transit data more secure.
- If SSL is disabled, you can only connect to the instance using a non-SSL connection.
Enabling SSL
Disabling SSL
Downloading the CA certificate
- Log in to the DDM console.
- On the Instances page, locate the instance that you want to connect to and click its name.
- On the Basic Information page, at the Instance Information area, click Download in the SSL field.
- Download the CA certificate.
Parent topic: Connection Management


