Re: early eof

2020-08-06 Thread Michael Di Domenico
On Thu, Aug 6, 2020 at 12:15 PM Joe Witt wrote: > > ...I am confident far larger objects are sent via this mechanism reliably. > Can you share what happens on the nifi side specifically? There should be a > stack trace and log entry for this in the logs. > What are the settings you have in

Re: early eof

2020-08-06 Thread Joe Witt
...I am confident far larger objects are sent via this mechanism reliably. Can you share what happens on the nifi side specifically? There should be a stack trace and log entry for this in the logs. What are the settings you have in NiFi for this processor? How much storage space does your

early eof

2020-08-06 Thread Michael Di Domenico
i'm using the listenhttp process to receive a file from another entity. i can't seem to get past 500MB on the filesize without nifi triggering an Early EOF error I've tried setting the "Max Unconfirmed Flowfile" and "Request Time Out" to 600 seconds, but that doesn't seem to have made a

Re: External Access using InvokeHTTP_Test processor and StandardSSLContextService

2020-08-06 Thread Andy LoPresto
This is not a JVM issue. Josef is correct that the external site you are trying to communicate with is presenting a certificate which the configured NiFi truststore has no way to verify (it can’t find the “path” between cert X and any of its signing certs to one already known by NiFi). The

Re: External Access using InvokeHTTP_Test processor and StandardSSLContextService

2020-08-06 Thread Jorge Machado
Hi Dan, Seems like this is a jvm issue. Try this: https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-error-779355358.html

Re: External Access using InvokeHTTP_Test processor and StandardSSLContextService

2020-08-06 Thread Josef.Zahner1
It tells you most probably that the CA cert from the remote HTTPS server hasn’t been found in the truststore you’ve defined to access the site. So please check again the CA cert and the truststore… Cheers Josef From: "White, Daniel" Reply to: "users@nifi.apache.org" Date: Thursday, 6 August

External Access using InvokeHTTP_Test processor and StandardSSLContextService

2020-08-06 Thread White, Daniel
Confidential Hi All, We've setup the truststore from the NiFi processor. However we get the following error when trying to connect to an external HTTPS location The error I get is: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid