Nifi 1.0.0 - HTTPS

2016-10-21 Thread skunky
Hi guys, I have one big issue regarding nifi over https, and just dont't have any clue to solve it. I have a nifi instance behind a balancer ( haproxy ) that does a ssl termination, by presenting a certiticate to the user, and than forward request to nifi backend over http protocol ( without a

Re: Nifi 1.0.0 - HTTPS

2016-10-21 Thread Matt Gilman
Hey, thanks for reaching out. There are a couple of key items to know when standing up NiFi behind a proxy. 1) NiFi is comprised of a number of web applications (web ui, web api, documentation, custom ui's, etc). So you'll need to set up your mapping to the root path. That way all context paths a

Re: Nifi 1.0.0 - HTTPS

2016-10-21 Thread skunky
Hi, Thanks for help ! I didn't map any path of nifi. I just have a ssl termination on a load balancer ( haproxy in this case) that forward all req. that at commint to it's frontentd ( https:444 ) to the ip of the nifi instance ( which is http:8080). So user browser hits https://balancer_ip:

Re: Nifi 1.0.0 - HTTPS

2016-10-21 Thread Matt Gilman
If you have a chance, open up the Developer Tools in your browser and check out the response coming back from the server. Add a processor to your canvas and the response will contain an entry like this uri:" https://localhost:8443/nifi-api/processors/e82c44e1-0157-1000-73be-f709aa402a30 " This UR

Re: Nifi 1.0.0 - HTTPS

2016-10-24 Thread skunky
Sir, It worked ! Thank you very much for help. -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Nifi-1-0-0-HTTPS-tp13683p13708.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.