Github user ijokarumawak commented on the issue:

    https://github.com/apache/nifi/pull/2094
  
    @mattyb149 I was able to use a Proxy server with basic authentication 
without issue. I wonder if your Nginx can be used as a forward proxy. Nginx is 
generally used as a reverse proxy which resides on the server side and routes 
incoming client requests into backend server applications. While forward proxy 
tends to be in the client side network to go through company firewall ... etc.
    
https://stackoverflow.com/questions/46060028/how-to-use-nginx-as-forward-proxy-for-any-requested-location
    
    @arunma The code LGTM, except, I believe the proxy username/password 
property descriptor should support variable registry EL. I'm going to add EL 
support and merge this. Thanks!


---

Reply via email to