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=1111 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
