You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "valepakh (via GitHub)" <gi...@apache.org> on 2023/04/21 15:37:00 UTC

[GitHub] [ignite-3] valepakh opened a new pull request, #1971: IGNITE-19346 Allow using default trust store in client connections

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite-3] PakhomovAlexander merged pull request #1971: IGNITE-19346 Allow using default trust store in client connections

Posted by "PakhomovAlexander (via GitHub)" <gi...@apache.org>.
PakhomovAlexander merged PR #1971:
URL: https://github.com/apache/ignite-3/pull/1971


-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org