You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2023/02/15 08:21:00 UTC

[jira] [Commented] (IGNITE-18578) Add SSL support for the Ignite TCP Client

    [ https://issues.apache.org/jira/browse/IGNITE-18578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17688918#comment-17688918 ] 

Pavel Tupitsyn commented on IGNITE-18578:
-----------------------------------------

Merged to main: 123960c689af1a721329a8078d0810926d5a5983

> Add SSL support for the Ignite TCP Client
> -----------------------------------------
>
>                 Key: IGNITE-18578
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18578
>             Project: Ignite
>          Issue Type: New Feature
>          Components: cli, jdbc
>            Reporter: Ivan Gagarkin
>            Assignee: Aleksandr
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> As a user, I would like to have the ability to secure a JDBC connection using SSL.
> 1. Add SSL params to the node configuration 
> {code:java}
> {
>    "clientConnector": {
>        "security": {
>            "ssl": {
>                "enabled": true,
>                "key-store": {
>                    "type": "PKCS12",
>                    "path": "classpath:ssl/keystore.p12",
>                    "password": "password"
>                }
>            }
>        }
>    }
> } {code}
> 2. JDBC driver and Ignite client should use them



--
This message was sent by Atlassian Jira
(v8.20.10#820010)