Description
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 but with the https prefix, which is invalid.
$ oozie admin -servers rkanter-has-2.ent.cloudera.com : https://rkanter-has-2.ent.cloudera.com:11000/oozie rkanter-has-1.ent.cloudera.com : https://rkanter-has-1.ent.cloudera.com:11000/oozie rkanter-has-3.ent.cloudera.com : https://rkanter-has-3.ent.cloudera.com:11000/oozie