Hello! You just need to set the following connection properties in dbeaver's connection settings:
https://ignite.apache.org/docs/latest/SQL/JDBC/jdbc-driver sslMode Enables SSL connection. Available modes: - require: SSL protocol is enabled on the client. Only SSL connection is available. - disable: SSL protocol is disabled on the client. Only plain connection is supported. sslClientCertificateKeyStoreUrl URL of the client key store file. This is a mandatory parameter since SSL context cannot be initialized without a key manager. If sslMode is require and the key store URL isn’t specified in the Ignite properties, the value of the JSSE property javax.net.ssl.keyStore is used. sslClientCertificateKeyStorePassword Client key store password. If sslMode is require and the key store password isn’t specified in the Ignite properties, the JSSE property javax.net.ssl.keyStorePassword is used. sslTrustCertificateKeyStoreUrl URL of the trust store file. This is an optional parameter; however, one of these properties must be set: sslTrustCertificateKeyStoreUrl or sslTrustAll If sslMode is require and the trust store URL isn’t specified in the Ignite properties, the JSSE property javax.net.ssl.trustStore is used. sslTrustCertificateKeyStorePassword Trust store password. If sslMode is require and the trust store password isn’t specified in the Ignite properties, the JSSE property javax.net.ssl.trustStorePassword is used. Regards, -- Ilya Kasnacheev вс, 20 дек. 2020 г. в 16:06, Naveen <[email protected]>: > Hi > > Any pointers towards this > Not finding any option on DBEaver tool to configure SSL certificates, > Does DBEaver support configuring Ingite cluster enabled with SSL > > Thanks > Naveen > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
