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-envand add the following lines to theoozie-env templatebefore 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=passwordChange
OOZIE_HTTP_PORT={{oozie_server_port}}toOOZIE_HTTP_PORT=11000.Expand the Advanced oozie-site section and set the
oozie.base.urltohttps://<BaseURL>:11443/oozie.

