Hi Friends ,
I am trying to start a process group from Unix for a secured Nifi instance. I do have my trust store and key store files available but I am not sure how to reference them in the curl command. I read somewhere that I can give the -k option with curl if I want to do away with specifying the certs. So I tried running the following command
curl -k -X PUT -H 'Content-Type: application/json' -d '{"id":"e3d11d1d-327b-1b5b-96a7-3cb59c48df17","state":"RUNNING"}' https://XXXX:8443/nifi-api/flow/process-groups/e3d11d1d-327b-1b5b-96a7-3cb59c48df17
However I am getting the following error.
curl: (56) Received HTTP code 403 from proxy after CONNECT
I guess I will need to reference my trust store and keystore , can someone help me here on how to do this ?
@Shu_ashu sir - can you please help me here
@Matt