Member since
11-01-2022
2
Posts
0
Kudos Received
0
Solutions
01-26-2023
12:19 PM
Hi I am trying to make an http post with json body. Not HTTPS. but its giving me a SSL handshake error Error: InvokeHTTP[id=ef8e487c-0185-1000-c26f-befb69bd886e] Request Processing failed: FlowFile[filename=49ae7df0-2ea5-4de3-845d-5a5092b0f544]: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target HTTP URL: http://**** Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi
01-12-2023
11:52 PM
Hi I have the same problem. I want to process 5 flow files at a time. Send the next one only if 1/5 gets a response using invokeHttp, can someone send config?
... View more