Robert Kanter created OOZIE-2032:
------------------------------------
Summary: If using SSL, the port reported by Oozie is incorrect for
HA tasks
Key: OOZIE-2032
URL: https://issues.apache.org/jira/browse/OOZIE-2032
Project: Oozie
Issue Type: Bug
Components: core
Affects Versions: 4.0.1
Reporter: Robert Kanter
Assignee: Robert Kanter
Fix For: 4.0.1
{{ConfigUtils.getOozieURL(boolean secure)}} returns the Oozie URL and is used
by a number of things, mostly for HA (e.g. printing out the list of
servers/urls, log streaming, etc). If using SSL with HA, it uses the http port
instead of the https port, which is invalid.
e.g. https://localhost:11000 instead of https://localhost:11443
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)