[
https://issues.apache.org/jira/browse/IGNITE-10189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714412#comment-16714412
]
ASF GitHub Bot commented on IGNITE-10189:
-----------------------------------------
GitHub user akuznetsov-gridgain opened a pull request:
https://github.com/apache/ignite/pull/5617
IGNITE-10189 Added support for SSL Ciphers for control.sh
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10189
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5617.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5617
----
commit 45263e2bb9f4bdfd77b09ccb88c510d2118bae2f
Author: Alexey Kuznetsov <akuznetsov@...>
Date: 2018-12-03T10:27:42Z
IGNITE-10189 WIP.
commit d9d62bea34eeb2df568471cd53ac153394b3052a
Author: Alexey Kuznetsov <akuznetsov@...>
Date: 2018-12-05T07:30:13Z
Merge branches 'ignite-10189' and 'master' of
https://git-wip-us.apache.org/repos/asf/ignite into ignite-10189
commit 83f786943f6812daf91fb774393ff9499ff7058f
Author: Alexey Kuznetsov <akuznetsov@...>
Date: 2018-12-05T09:22:39Z
IGNITE-10189 WIP.
commit 4472ae936729562083dacc17aa7770b0ed2a964e
Author: Alexey Kuznetsov <akuznetsov@...>
Date: 2018-12-05T10:48:21Z
Merge branches 'ignite-10189' and 'master' of
https://git-wip-us.apache.org/repos/asf/ignite into ignite-10189
commit 5a0c517877768755cb8fa1fd6d26764712ce43cb
Author: Alexey Kuznetsov <akuznetsov@...>
Date: 2018-12-05T12:11:29Z
IGNITE-10189 WIP.
commit 6ae44a775ecd807ee1e84aa1fb1403e8c13d6e04
Author: Alexey Kuznetsov <akuznetsov@...>
Date: 2018-12-10T06:29:17Z
Merge branches 'ignite-10189' and 'master' of
https://git-wip-us.apache.org/repos/asf/ignite into ignite-10189
commit e5908dc8ca595ddce3bfa9b769709ea88edc7075
Author: Alexey Kuznetsov <akuznetsov@...>
Date: 2018-12-10T07:35:57Z
Merge branches 'ignite-10189' and 'master' of
https://git-wip-us.apache.org/repos/asf/ignite into ignite-10189
commit c77e82e3705e2c76d055a3fc40822866c963bbdc
Author: Alexey Kuznetsov <akuznetsov@...>
Date: 2018-12-10T07:52:06Z
IGNITE-10189 Added SSL tests.
----
> SslContextFactory's ciphers doesn't work with control.sh utility
> ----------------------------------------------------------------
>
> Key: IGNITE-10189
> URL: https://issues.apache.org/jira/browse/IGNITE-10189
> Project: Ignite
> Issue Type: Bug
> Reporter: Dmitry Sherstobitov
> Assignee: Alexey Kuznetsov
> Priority: Critical
> Fix For: 2.8
>
>
> There is no options for control.sh utility if ciphers feature enabled on
> server
> If this property enabled on server:
> {code}
> <property name="sslContextFactory">
> <bean class="org.apache.ignite.ssl.SslContextFactory">
> ...
> <property value="TLS_RSA_WITH_NULL_SHA256,
> TLS_ECDHE_ECDSA_WITH_NULL_SHA, TLS_ECDH_RSA_WITH_NULL_SHA"
> name="cipherSuites"/>
> ...
> </bean>
> </property>
> {code}
> Control.sh utility doesn't work
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)