pgyori commented on a change in pull request #4603:
URL: https://github.com/apache/nifi/pull/4603#discussion_r513582567
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java
##########
@@ -351,6 +372,59 @@ synchronized private void
createHttpServerFromService(final ProcessContext conte
initialized.set(true);
}
+ private ServerConnector createServerConnector(Server server, int port,
SSLContextService sslContextService, boolean sslRequired, boolean
needClientAuth) {
+ final SslContextFactory contextFactory =
createSslContextFactory(sslContextService, sslRequired, needClientAuth);
Review comment:
You are right, thanks! The modifications are in the next commit.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]