[
https://issues.apache.org/jira/browse/NIFI-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151952#comment-15151952
]
ASF GitHub Bot commented on NIFI-1521:
--------------------------------------
Github user pvillard31 commented on the pull request:
https://github.com/apache/nifi/pull/232#issuecomment-185598549
Should I consider a modification on the SSL context to let the user choose
the client authentication policy?
From what I see in the InvokeHTTP, this is NONE by default:
```java
sslService.createSSLContext(ClientAuth.NONE);
```
> Allow SSL with AMQP processors
> ------------------------------
>
> Key: NIFI-1521
> URL: https://issues.apache.org/jira/browse/NIFI-1521
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 0.5.0
> Reporter: Pierre Villard
> Priority: Trivial
> Labels: beginner
> Fix For: 0.6.0
>
>
> AMQP processor shall allow the creation of connections using SSL protocol
> (not necessarily with presenting and validating certificates)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)