[
https://issues.apache.org/jira/browse/NIFI-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152093#comment-15152093
]
ASF GitHub Bot commented on NIFI-1521:
--------------------------------------
Github user pvillard31 commented on the pull request:
https://github.com/apache/nifi/pull/232#issuecomment-185642080
I added the use of SSL context and modified the pom file of
nifi-amqp-processors to have:
```xml
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ssl-context-service-api</artifactId>
</dependency>
```
But I must be missing something because when launching NiFi:
```
java.util.ServiceConfigurationError: org.apache.nifi.processor.Processor:
Provider org.apache.nifi.amqp.processors.PublishAMQP could not be instantiated
Caused by: java.lang.NoClassDefFoundError:
org/apache/nifi/ssl/SSLContextService
Caused by: java.lang.ClassNotFoundException:
org.apache.nifi.ssl.SSLContextService
```
Do I need to add something somewhere else to correctly handle this new
dependency?
> 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)