Split Json and PathnotFoundException

2019-06-03 Thread DEHAY Aurelien
Hello. I have a question on splitjson regarding handling on path not found. https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitJson.java#L201 Should not the log be in ERROR level? As war

Re: InvokeHTTP with SSL

2019-06-03 Thread Bryan Bende
Hello, You should be specifying an SSL Context Service in the processor which points to a truststore that trusts the certificate of the service you are calling. Alternatively, if the CA certs system truststore trusts the service cert then it should also work. Thanks, Bryan On Mon, Jun 3, 2019

InvokeHTTP with SSL

2019-06-03 Thread Tomislav Novosel
Hi all, I have a case where I need to send POST request on one enpoint which is located on K8S cluster and behind reverse proxy. Only HTTPS can be used. If I put value of endpoint using https:// I get error 'Unable to find valid certification path to requested target'. I spoke to my admin/devops g