Todd Lipcon created RANGER-2611:
-----------------------------------
Summary: Ranger should fall back to default TrustManagers if no
trust store is specified
Key: RANGER-2611
URL: https://issues.apache.org/jira/browse/RANGER-2611
Project: Ranger
Issue Type: Bug
Components: Ranger
Reporter: Todd Lipcon
Currently if no truststore is specified, the Ranger SSL code path will refuse
to connect, giving an error message "TrustManager is not specified".
Specifying a trust store should not be necessary if the ranger server has its
cert signed by a CA that is already trusted by the JVM, for example because the
cert is signed by a public CA, or a private CA cert has been put into the
default JVM trust store, or because it has been configured via Java system
properties on the command line.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)