Re: JVM Proxy in Bootstrap

2019-08-27 Thread Noe Detore
Erik

Sorry, this was for NIFI ver 1.5, but I
see  StandardProxyConfigurationService in 1.7. I am upgrading Nifi soon so
I will hold off on satisfying this requirement until then.

Thank you
Noe

On Tue, Aug 27, 2019 at 7:42 AM Erik Anderson  wrote:

> For NiFi I thought proxy was a controller you needed to configure then you
> add that controller to, say your HTTP processors.
>
> Not sure why you would need to play with JVM proxy settings.
>
> Erik Anderson
> Bloomberg
>
> Sent from my iPad
>
> On Aug 23, 2019, at 11:27 AM, Noe Detore  wrote:
>
> Hello
>
> I have attempted to set authenticated proxy configuration on NIfi start-up
> by setting properties in bootstrap with no success. Is it possible?
> Currently getting 407 due to authentication errors.
> The configs do not seem to be working
>
>java.arg.19=-Dhttp.proxyHost=proxy
>java.arg.20=-Dhttp.proxyPort=
> java.arg.23=-Dhttp.proxyUser=myuser
> java.arg.24=-Dhttp.proxyPassword=mypassword
> #Java version 8u111+
> java.arg.27=-Djdk.http.auth.tunneling.disabledSchemes=
> java.arg.28=-Djdk.http.auth.proxying.disabledSchemes=
>
> Just want to double-check with the community before banging my head
> against the wall for another day.
>
> Thank you
> Noe
>
>


Re: JVM Proxy in Bootstrap

2019-08-27 Thread Erik Anderson
For NiFi I thought proxy was a controller you needed to configure then you add 
that controller to, say your HTTP processors.

Not sure why you would need to play with JVM proxy settings.

Erik Anderson
Bloomberg

Sent from my iPad

> On Aug 23, 2019, at 11:27 AM, Noe Detore  wrote:
> 
> Hello
> 
> I have attempted to set authenticated proxy configuration on NIfi start-up by 
> setting properties in bootstrap with no success. Is it possible? Currently 
> getting 407 due to authentication errors.
> The configs do not seem to be working
>
>java.arg.19=-Dhttp.proxyHost=proxy
>java.arg.20=-Dhttp.proxyPort=
> java.arg.23=-Dhttp.proxyUser=myuser
> java.arg.24=-Dhttp.proxyPassword=mypassword
> #Java version 8u111+
> java.arg.27=-Djdk.http.auth.tunneling.disabledSchemes=
> java.arg.28=-Djdk.http.auth.proxying.disabledSchemes=
> 
> Just want to double-check with the community before banging my head against 
> the wall for another day.
> 
> Thank you
> Noe
> 


JVM Proxy in Bootstrap

2019-08-23 Thread Noe Detore
Hello

I have attempted to set authenticated proxy configuration on NIfi start-up
by setting properties in bootstrap with no success. Is it possible?
Currently getting 407 due to authentication errors.
The configs do not seem to be working

   java.arg.19=-Dhttp.proxyHost=proxy
   java.arg.20=-Dhttp.proxyPort=
java.arg.23=-Dhttp.proxyUser=myuser
java.arg.24=-Dhttp.proxyPassword=mypassword
#Java version 8u111+
java.arg.27=-Djdk.http.auth.tunneling.disabledSchemes=
java.arg.28=-Djdk.http.auth.proxying.disabledSchemes=

Just want to double-check with the community before banging my head against
the wall for another day.

Thank you
Noe