Moti Nisenson-Ken created IGNITE-15824:
------------------------------------------
Summary: SSLContextFactory uses wrong default key algorithm
Key: IGNITE-15824
URL: https://issues.apache.org/jira/browse/IGNITE-15824
Project: Ignite
Issue Type: Bug
Reporter: Moti Nisenson-Ken
SSLContextFactory currently tries to resolve the default key algorithm by first
looking up
ssl.KeyManagerFactory.algorithm. This is incorrect, as by default it may not be
initialized. For example, if running Ignite on IBM java, it will fall through
to the default path and try SunX509 which is not present. The correct behavior
should be to call KeyManagerFactory.getDefaultAlgorithm() which should always
be correct.
Minor - since can be worked around.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)