<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: NIFi : Consume AMQP with SSL StandardSSLContextService in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/340878#M233396</link>
    <description>&lt;P&gt;&lt;SPAN&gt;javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_required&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is very generic error for SSL and can cause due to multiple factors such as&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. TLS version mismatch --&amp;gt;TLS version can be changed with&amp;nbsp;StandardSSLContextService&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;Incompatible cipher suites in use by the client and the server --&amp;gt; This can be due to Java version in use by NiFi and Active MQ server&amp;nbsp; and can be checked if there are any specific&amp;nbsp; cipher is set at Active MQ&amp;nbsp; &amp;nbsp;following file needs&amp;nbsp; to be reviewed&amp;nbsp; &amp;nbsp;jre/lib/security/java.security &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. How client certificate obtained and imported in truststore file which is configured under&amp;nbsp; &amp;nbsp;StandardSSLContextService--&amp;gt; You can use&amp;nbsp;&lt;EM&gt;SSLPoke&lt;/EM&gt;&amp;nbsp;to verify connectivity outside of NiFi using same truststore file to makesure if the certificate is fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2022 16:17:39 GMT</pubDate>
    <dc:creator>ckumar</dc:creator>
    <dc:date>2022-04-07T16:17:39Z</dc:date>
    <item>
      <title>NIFi : Consume AMQP with SSL StandardSSLContextService</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/333269#M231397</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;I am currently new to NIFI and have been working on a project that requires communicating to a secured RabbitMQ server to consume data. To make an&amp;nbsp;SSL handshake I am using&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;StandardSSLContextService controller service by adding the required Truststore information.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;And the Truststore actually contains the client certificate to communicate to RabbitMQ server from NIFI.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;But I am facing the below issue while running the ConsumeAMQP processor.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;17:36:40 UTC ERROR nifi.svc.cluster.local:9443 ConsumeAMQP[id=76fe890c-4c44-3a3e-933b-4f4e5c4e4539] Failed to initialize AMQP client: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_required&lt;/P&gt;&lt;P&gt;causes: com.rabbitmq.client.ShutdownSignalException: connection error&lt;/P&gt;&lt;P&gt;causes: java.io.IOException&lt;/P&gt;&lt;P&gt;causes: java.lang.IllegalStateException: Failed to establish connection with AMQP Broker: &lt;A href="mailto:com.rabbitmq.client.ConnectionFactory@72bc5297" target="_blank" rel="noopener"&gt;com.rabbitmq.client.ConnectionFactory@72bc5297&lt;/A&gt;&lt;/P&gt;&lt;P&gt;17:36:40 UTCERROR76fe890c-4c44-3a3e-933b-4f4e5c4e4539 nifi.svc.cluster.local:9443ConsumeAMQP[id=76fe890c-4c44-3a3e-933b-4f4e5c4e4539] Connection lost to server localhost:5672&lt;/P&gt;&lt;P&gt;.: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_required&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate if someone can guide me to the right direction on how to set the standard ssl context service to make this working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 22:39:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/333269#M231397</guid>
      <dc:creator>ravi_tadepally</dc:creator>
      <dc:date>2022-01-05T22:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: NIFi : Consume AMQP with SSL StandardSSLContextService</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/333301#M231412</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We face the same problem as well. Appreciate your help!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 23:28:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/333301#M231412</guid>
      <dc:creator>linuraj</dc:creator>
      <dc:date>2022-01-06T23:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: NIFi : Consume AMQP with SSL StandardSSLContextService</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/340859#M233394</link>
      <description>&lt;P&gt;Faced a similar problem, the same error occurred, I was helped (oddly enough) by duplicating the certificate in the user's root folder - from where the command was launched&lt;BR /&gt;/home/{user}/&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 13:16:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/340859#M233394</guid>
      <dc:creator>AlinaGareeva</dc:creator>
      <dc:date>2022-04-07T13:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: NIFi : Consume AMQP with SSL StandardSSLContextService</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/340878#M233396</link>
      <description>&lt;P&gt;&lt;SPAN&gt;javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_required&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is very generic error for SSL and can cause due to multiple factors such as&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. TLS version mismatch --&amp;gt;TLS version can be changed with&amp;nbsp;StandardSSLContextService&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;Incompatible cipher suites in use by the client and the server --&amp;gt; This can be due to Java version in use by NiFi and Active MQ server&amp;nbsp; and can be checked if there are any specific&amp;nbsp; cipher is set at Active MQ&amp;nbsp; &amp;nbsp;following file needs&amp;nbsp; to be reviewed&amp;nbsp; &amp;nbsp;jre/lib/security/java.security &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. How client certificate obtained and imported in truststore file which is configured under&amp;nbsp; &amp;nbsp;StandardSSLContextService--&amp;gt; You can use&amp;nbsp;&lt;EM&gt;SSLPoke&lt;/EM&gt;&amp;nbsp;to verify connectivity outside of NiFi using same truststore file to makesure if the certificate is fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 16:17:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/340878#M233396</guid>
      <dc:creator>ckumar</dc:creator>
      <dc:date>2022-04-07T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: NIFi : Consume AMQP with SSL StandardSSLContextService</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/340983#M233413</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/83067"&gt;@ravi_tadepally&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is your RabbitMQ configured to require TLS Mutual Authentication (or Client Authentication)? If so, you must also provide a keystore in the SSL Context in NiFi, besides the truststore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 11:17:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFi-Consume-AMQP-with-SSL-StandardSSLContextService/m-p/340983#M233413</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-04-08T11:17:48Z</dc:date>
    </item>
  </channel>
</rss>

