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 <[email protected]>
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