Configuring Wire Encryption
Also available as:
PDF
loading table of contents...

Connect to Oozie from Java Clients

How to connect to Oozie from Java clients.

Java does not automatically redirect HTTP addresses to HTTPS.
In the connection strings change HTTP to HTTPS and adjust the port.
Replace http://oozie.server.hostname:11000/oozie with https://oozie.server.hostname:11443/oozie.