I am unable to get a response from my NiFi server HandleHttpRequest
processor when I issue a POST from Python code on a remote box. I suspect
my configuration of certs is somehow missing a vital piece of the puzzle,
though that seems contrary to my configuration of HandleHttpRequest (No
Authentication in parm Client Authentication). From the calling program
window all we see is a message that we have made an unverified https
request.
My HandleHttpRequest processor is configured with No Authentication in parm
Client Authentication. I assumed that this meant no client cert is required
for a posting program to post, but now I suspect that I am wrong about that.
I do include in the config for this processor an SSL Context Service,
StandarSSLContextService. The service is Enabled. The service configuration
references my keystore and truststore.
Currently we are executing the python program as user root on the remote
server. We are not including any cert reference in our POST call.
What is lacking in my configuration?
We are able to get a response back from the NiFi server when we issue the
POST via a curl command. Thanks in advance for your help. -Jim

Reply via email to