You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2019/02/06 06:01:00 UTC

[jira] [Created] (IGNITE-11220) Web console: NPE in web agent in case of using SSL and trust manager is not set

Pavel Konstantinov created IGNITE-11220:
-------------------------------------------

             Summary: Web console: NPE in web agent in case of using SSL and trust manager is not set
                 Key: IGNITE-11220
                 URL: https://issues.apache.org/jira/browse/IGNITE-11220
             Project: Ignite
          Issue Type: Bug
            Reporter: Pavel Konstantinov


To reproduce you need to set in default.properties 'node-key-store' and 'node-key-store-password' and not set 'node-trust-store' and 'node-trust-store-password'
After you start web agent you will get
{code}
Exception in thread "main" java.lang.NullPointerException: trustManager == null
        at okhttp3.OkHttpClient$Builder.sslSocketFactory(OkHttpClient.java:805)
        at org.apache.ignite.console.agent.rest.RestExecutor.<init>(RestExecutor.java:118)
        at org.apache.ignite.console.agent.AgentLauncher.main(AgentLauncher.java:391)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)