Re: Nifi Over HTTPS

2020-05-29 Thread MYERS, KYLE
On 2020/05/29 18:40:02, "MYERS, KYLE" wrote: > Hello,> > > I am trying to set up Nifi over SSL/TLS connections. I am following the guide > https://nifi.apache.org/docs/nifi-docs/html/toolkit-guide.html#tls_intermediate_ca.> > > My scenarios is this:> > > I have an internal CA stood up using

Re: Nifi Over HTTPS

2020-05-29 Thread James Srinivasan
Have you found the walkthroughs? https://nifi.apache.org/docs/nifi-docs/html/walkthroughs.html#securing-nifi-with-tls On Fri, 29 May 2020, 19:41 MYERS, KYLE, wrote: > Hello, > > I am trying to set up Nifi over SSL/TLS connections. I am following the > guide >

Nifi Over HTTPS

2020-05-29 Thread MYERS, KYLE
Hello, I am trying to set up Nifi over SSL/TLS connections. I am following the guide https://nifi.apache.org/docs/nifi-docs/html/toolkit-guide.html#tls_intermediate_ca. My scenarios is this: I have an internal CA stood up using openssl, which I am using to sign certificates. I have been