[ 
https://issues.apache.org/jira/browse/NIFI-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15150860#comment-15150860
 ] 

ASF GitHub Bot commented on NIFI-1521:
--------------------------------------

Github user bbende commented on the pull request:

    https://github.com/apache/nifi/pull/232#issuecomment-185322119
  
    Have we considered using the SSLContextService here rather than specifying 
all of the keystore/truststore properties in the processor?
    
    Usually the processor will have logic that says "if no SSLContextService 
was selected then we are doing regular communication, if one is selected then 
secure communication". This way you can avoid another property to specify if 
SSL/TLS should be used.
    
    An example of using this service is in InvokeHTTP...
    
    Defining the property:
    
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java#L196
    
    Using the service:
    
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java#L479


> 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)

Reply via email to