Search code examples
apache-nifi

How to configure InvokeHTTP processor for HTTPS?


So I am trying to make GET request and as Remote URL I am using this open api endpoint.

But InvokeHTTP processor shows an error: Unable to find valid certification path to requested target

So since I am new to nifi I didn't touch any other setting. Can someone please help me with proper configuration for this?

Thank you beforehand!


Solution

  • Set a SSL Context Service property (https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-ssl-context-service-nar/1.6.0/org.apache.nifi.ssl.StandardSSLContextService/index.html) in the InvokeHTTP processor