Greetings,
I am using GetHTTP to call
https://xxx.mitre.org/xx/xx
I have set up the StandardSSLContextService with my certs
When GetHTTP runs I get the error:
[Timer-Driven Process Thread-6] o.a.nifi.processors.standard.GetHTTP
GetHTTP[id=015e1160-a849-126f-0306-deadef9b45f3] received status code
403:Forbidden from https://xxx.mitre.org/xx/xx
I can reach the site via firefox if I add a security exception.
I can also reach the site with curl like:
curl --noproxy "*" --insecure --cacert .ca.pem --cert .c_cert.pem --key
./c_key.pem https://xxx.mitre.org/xx/xx
I assume the problem is that I don't know how to have NIFI do something like
the "--insecure" options.
Is there a way to do this in NIFI (or a work around)
thank you
--
Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/