valepakh opened a new pull request, #1971:
URL: https://github.com/apache/ignite-3/pull/1971

   https://issues.apache.org/jira/browse/IGNITE-19346
   
   Testing this requires manually adding a CA to the Java cacerts trust store. 
You might want to back up the cacerts first.
   `keytool -importkeystore -srckeystore 
modules/runner/src/integrationTest/resources/ssl/truststore.jks -srcstorepass 
changeit -destkeystore ${JAVA_HOME}/lib/security/cacerts -deststorepass 
changeit`
   Then start ignite with the `rest` and `clientConnector` `keyStore` 
configured to the 
`modules/runner/src/integrationTest/resources/ssl/keystore.p12`
   Run `ignite cli config set ignite.jdbc.ssl-enabled=true`
   Then you should be able to connect to the node using just the 
`https://localhost:10400` node URL and if you are using REPL mode, you should 
be able to connect to the JDBC using `sql` command.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to