[
https://issues.apache.org/jira/browse/NIFI-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086395#comment-16086395
]
ASF GitHub Bot commented on NIFI-2529:
--------------------------------------
Github user trkurc commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1985#discussion_r127329325
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/HandleHttpRequest.java
---
@@ -446,6 +447,7 @@ private SslContextFactory createSslFactory(final
SSLContextService sslService, f
sslFactory.setNeedClientAuth(needClientAuth);
sslFactory.setWantClientAuth(wantClientAuth);
+ sslFactory.setProtocol(sslService.getSslAlgorithm());
--- End diff --
I didn't run this one yet, but does it have the same issue as the
ListenHTTP with starting up successfullly, but not supporting the ssl/tls
choice when a request is made?
> Update HandleHttpRequest to honor SSLContextService Protocols
> -------------------------------------------------------------
>
> Key: NIFI-2529
> URL: https://issues.apache.org/jira/browse/NIFI-2529
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.0.0, 0.8.0, 0.7.1
> Reporter: Joe Skora
> Assignee: Michael Hogue
>
> Update HandleHttpRequest to honor SSLContextService Protocols as [NIFI-1688]
> did for PostHTTP.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)