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)