-
Notifications
You must be signed in to change notification settings - Fork 402
SSL Configuration
CloudBeaver supports the ability to establish connections using Secure Socket Layer (SSL), a protocol for creating authenticated and encrypted links between networked computers.
Note: SSL parameters are optional and should only be specified if required by your server configuration.
- Start by creating a connection.
- Go to the SSl tab in the connection settings.
- Enable the checkbox Enable SSL
- Configure the required settings:
Parameter | Description |
---|---|
CA Certificate | Path to the Certificate Authority (CA) certificate. |
Client Certificate | Path to the client's public key certificate. |
Client Private Key | Path to the client's private key. |
SSL Mode | Desired security level for SSL. |
SSL Factory | Provide SSLSocketFactory factory class name. |
Cipher Suites (optional) | Specify a comma-separated cipher suites list to use. |
Skip host name validation | Whether to bypass hostname validation. |
Use self signed certificate (non-secure) | Acceptance of self-signed certificates. |
Force TLS 1.2 | Enforce using TLS version 1.2. |
Verify server certificate | Ensures the server certificate is valid. |
Allow public key retrieval | Allows the retrieval of the server's public key. |
Note: The availability of these parameters can vary depending on the database.
- If all other necessary connection settings are configured, complete the setup by clicking Finish, or test the configuration by clicking Test Connection to ensure that SSL is functioning correctly.
Tip: To avoid entering credentials every time, enable the Save credentials for the current user option. Depending on the connection type, the checkbox name may vary. For more details, see Credential saving options.
For some databases, an alternative method to configure SSL settings is available through the Driver properties tab. This approach allows access to additional or driver-specific SSL options that may not be present in the main SSL tab:
-
Select the Driver properties tab within the Connection settings.
-
Look for properties prefixed with
ssl
, such assslResponseTimeout
,sslfactoryarg
,sslhostnameverifier
, etc. Configure the necessary properties according to your database and server requirements. -
If all other necessary connection settings are configured, complete the setup by clicking Finish, or test the configuration by clicking Test Connection to ensure that SSL is functioning correctly.
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Network configuration settings
- Connection Templates Management
- Access Management
-
Authentication methods
- Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
- Single Sign On
- SAML
- OpenID
- AWS OpenID
- AWS SAML
- AWS IAM
- AWS OpenId via Okta
- Snowflake SSO
- Okta OpenId
- Cognito OpenId
- JWT authentication
- Kerberos authentication
- NTLM
- Microsoft Entra ID authentication
- Google authentication
- User credentials storage
- Cloud Explorer
- Cloud storage
- Query Manager
- Drivers Management
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development