Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Workaround
-
0.4.1
-
None
-
None
-
None
Description
Hi,
I created a workflow in Apache NiFi, and the final processor needs to do a HTTP POST request to HipChat (it posts a message in a chat room). HipChat requires HTTPS, and it can't figure out why NiFi refuses to do this.
I created a "StandardSSLContext" under "Controller Services", however, it says it requires that "TrustStore" or "KeyStore" needs to be populated.
I have no clue what filenames I need to enter here. The documentation doesn't give you a clue either. I cannot imagine that I need to add every file under my /etc/ssl/certs folder, just be able to talk to public SSL-protected sites.
What do I need to do to make the StandardSSLContext work with any public SSL site which has a valid SSL certificate? This should work out of the box IMHO.
NiFi is installed on Ubuntu 14 btw.