[
https://issues.apache.org/jira/browse/OOZIE-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14171455#comment-14171455
]
Robert Kanter commented on OOZIE-2032:
--------------------------------------
I'm not sure what's wrong with test-patch or the precommit-build. I've
verified that the unit test passes locally though.
> 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.1.0
>
> Attachments: OOZIE-2032.patch
>
>
> {{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)