I am using an nginx reverse proxy in front of NiFi 1.1.x.  Here are the
important details. First, nginx is using basic auth and SSL.  Second, NiFi
is running in a trusted environment without SSL.  We successfully used the
same layout for NiFi 0.7.x without issue.  However, starting with 1.0.x and
continuing in 1.1.x, I cannot import a saved template.  The error complains
about mixed content (http and https).  Has this layout been tested and
validated? If so, what proxy headers am I missing?

Below are the proxy headers I pass from nginx to NiFi:
        proxy_set_header X-ProxyScheme $scheme;
        proxy_set_header X-ProxyHost $host;
        proxy_set_header X-ProxyPort  443;
        proxy_set_header X-ProxyContextPath "";


Thanks Rick.
-- 

----------------------------
Richard St. John, Ph.D.
Senior Software Engineer, Applied Mathematician
Asymmetrik, Ltd.

Reply via email to