SSL Certificate Settings
By default, Platform connectors will not perform any verification of the server certificate. It means that someone can pretend to be the server without the client’s awareness. To prevent this kind of impersonation, the client needs to be able to verify the server's identity through a trusted chain of verification.
Pre-requisites: For SSL support to work, the user must have the following:
A MySQL/ ClickHouse /PostgreSQL server that supports SSL (as currently the SSL implementation has been provided for these data connectors).
A signed client certificate.
Upload Certificate Settings
The Upload Certificate Settings option allows administrators to configure, view, and manage SSL/TLS certificates required for secure communication across the platform.
Save a New Certificate
Navigate to the Upload Certificate Settings page.
Upload the required certificate file and save the configuration.
A notification message confirms the action.
The uploaded certificate is added to the Certificate List page.
Notes
The Name field does not support spaces.
Click Back to exit the page without saving changes.
View an Uploaded Certificate
Navigate to the Upload Certificate Settings page.
Locate the desired certificate entry.
Click the View icon.
The details of the selected certificate entry are displayed.
Delete an Uploaded Certificate
Navigate to the Upload Certificate Settings page.
Locate the certificate entry to be removed.
Click the Delete icon.
A Delete Certificate confirmation dialog box appears.
Confirm the deletion by clicking Yes.
A notification message confirms the deletion.
The selected SSL configuration is removed from the list.
Notes
Click Cancel in the confirmation dialog to abort the deletion process.
Last updated