You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by DAVID SMITH <da...@btinternet.com> on 2017/07/05 11:35:05 UTC

MiNiFi & SSL Context

Hi
I tried the Java version of MiNiFi yesterday and was very impressed, I do however have a question.
What is the best way to set up and SSL context in MiNiFi so that I can do HTTPS rather than HTTP?
Many thanksDave

Re: MiNiFi & SSL Context

Posted by Marc <ph...@apache.org>.
Hello David,
   I'm making the assumption here that you are attempting to use an
SSLContextService within a consumable suck as InvokeHTTP:

   The configuration for MiNiFi Java will be very similar to that of NiFi.
The System guide [1] for MiNiFi references the NiFi System administration
guide's security configuration section [2]. As per the MiNIFi guide:
    "A StandardSSLContextService will be made automatically with the ID
"SSL-Context-Service" if "ssl protocol" is configured."

    Once these properties are defined you can use the
StandrdSSLContextService.

   Am I off base in my assumption? Are you attempting to do something else?
Please let me know if I can provide more details. Thanks!

[1] https://nifi.apache.org/minifi/system-admin-guide.html
[2] https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#
security-configuration

  Thanks,
  Marc


On Wed, Jul 5, 2017 at 7:35 AM, DAVID SMITH <da...@btinternet.com>
wrote:

> Hi
> I tried the Java version of MiNiFi yesterday and was very impressed, I do
> however have a question.
> What is the best way to set up and SSL context in MiNiFi so that I can do
> HTTPS rather than HTTP?
> Many thanksDave