Is there a config option to disable certificate validation for callbacks over HTTPS?
oozie.wf.action.notification.url oozie.wf.workflow.notification.url Our use case is that we'd like to use a single port for all requests into a server; and depending on a flag, all traffic is either encrypted or unencrypted. With my dev configuration, using a self-signed cert, I'm having an issue if the self-signed cert has an IP as a CN rather than a domain so I'd like to be able to just ignore cert validation - just for callback; same as the wget -no-check-certificate or curl -k options. This saves us having to create a separate non-ssl port for callbacks or having to do the required config changes on the Oozie server to accept self-signed certs. Is this possible via Oozie config settings or would it require a code change? Thanks, Dave
