To configure HTTPS for the Oozie Server using Ambari
Navigate to the Oozie Configs tab, click the Service Actions button, and click Stop to stop Oozie.
Expand the
Advanced oozie-env
and add the following lines to theoozie-env template
before the comment# The port Oozie server runs
:export OOZIE_HTTPS_PORT=11443 export OOZIE_HTTPS_KEYSTORE_FILE=/home/oozie/.keystore export OOZIE_HTTPS_KEYSTORE_PASS=password
Change
OOZIE_HTTP_PORT={{oozie_server_port}}
toOOZIE_HTTP_PORT=11000
.Expand the Advanced oozie-site section and set the
oozie.base.url
tohttps://<BaseURL>:11443/oozie
.