<?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>topic Re: Configure JMS Mod Input  to use the CipherSpec and the certificate to connect to secured queues in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154963#M14092</link>
    <description>&lt;P&gt;1) You misunderstand what "local" means in this context. It means you are providing the Java Connection Factory object yourself (LocalMQConnectionFactory) vs looking up the Connection Factory remotely via JNDI (from an LDAP server or Bindings file)&lt;/P&gt;

&lt;P&gt;2) May or may not be possible with JNDI , but  if you still want to use JNDI , you will need to contact your MQ/JMS admin or do some research(read : googling) to figure out what the necessary settings are for SSL via JMS to MQ. The JMS Mod Input has input parameters to accomodate many JMS client connection permutations , usually by utilizing the "Custom JVM System Properties" parameter.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2015 00:04:39 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2015-06-16T00:04:39Z</dc:date>
    <item>
      <title>Configure JMS Mod Input  to use the CipherSpec and the certificate to connect to secured queues</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154960#M14089</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;We're using JMS Mod Input.  We use the .bindings file to connect to MQ queues.  Everything works fine without SSL.  Now, we'll need to connect to the queues where the channel is secured with SSL CipherSpec TLS_RSA_WITH_AES_256_CBC_SHA.  We have the MQ certificate generated from the server where the queues are defined.  &lt;/P&gt;

&lt;P&gt;How do we configure JMS Mod Input to use the CipherSpec and the certificate to connect to secured queues?   &lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:15:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154960#M14089</guid>
      <dc:creator>flee</dc:creator>
      <dc:date>2020-09-28T20:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configure JMS Mod Input  to use the CipherSpec and the certificate to connect to secured queues</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154961#M14090</link>
      <description>&lt;P&gt;The JMS Mod Input ships with an sample/experimental &lt;STRONG&gt;LOCAL&lt;/STRONG&gt; handler for MQ that you could try to use , rather than using  a &lt;STRONG&gt;JNDI&lt;/STRONG&gt; bindings file.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/damiendallimore/SplunkModularInputsJavaFramework/blob/master/jms/src/com/splunk/modinput/jms/custom/factory/LocalMQConnectionFactory.java"&gt;https://github.com/damiendallimore/SplunkModularInputsJavaFramework/blob/master/jms/src/com/splunk/modinput/jms/custom/factory/LocalMQConnectionFactory.java&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This local handler allows you to pass in several parameters pertaining to SSL, Ciphers , Certs etc..&lt;/P&gt;

&lt;P&gt;If you look in the &lt;STRONG&gt;setParams&lt;/STRONG&gt; method in the above code , you can see the parameter names that you can pass in.&lt;/P&gt;

&lt;P&gt;Then you might set it up in Splunk Web like :&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/387i62C22DE72F4F2C30/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:34:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154961#M14090</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-06-15T15:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configure JMS Mod Input  to use the CipherSpec and the certificate to connect to secured queues</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154962#M14091</link>
      <description>&lt;P&gt;Is there a way to make it work using the JNDI .bindings file?  All of our MQ infrastructures are remote and local installations are prohibitive.  Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 22:42:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154962#M14091</guid>
      <dc:creator>flee</dc:creator>
      <dc:date>2015-06-15T22:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configure JMS Mod Input  to use the CipherSpec and the certificate to connect to secured queues</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154963#M14092</link>
      <description>&lt;P&gt;1) You misunderstand what "local" means in this context. It means you are providing the Java Connection Factory object yourself (LocalMQConnectionFactory) vs looking up the Connection Factory remotely via JNDI (from an LDAP server or Bindings file)&lt;/P&gt;

&lt;P&gt;2) May or may not be possible with JNDI , but  if you still want to use JNDI , you will need to contact your MQ/JMS admin or do some research(read : googling) to figure out what the necessary settings are for SSL via JMS to MQ. The JMS Mod Input has input parameters to accomodate many JMS client connection permutations , usually by utilizing the "Custom JVM System Properties" parameter.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2015 00:04:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154963#M14092</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-06-16T00:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configure JMS Mod Input  to use the CipherSpec and the certificate to connect to secured queues</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154964#M14093</link>
      <description>&lt;P&gt;Thanks for clarifications.  Both options are working. &lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 06:31:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154964#M14093</guid>
      <dc:creator>flee</dc:creator>
      <dc:date>2015-06-22T06:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configure JMS Mod Input  to use the CipherSpec and the certificate to connect to secured queues</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154965#M14094</link>
      <description>&lt;P&gt;Try to connect from queue enabled with cipher value :TLS v1.2 cipher suites: TLS_RSA_WITH_AES_128_CBC_SHA256&lt;/P&gt;

&lt;P&gt;Cipher suit is enbled at splunk side.&lt;/P&gt;

&lt;P&gt;Error at splunk side: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2397;AMQ9204: Connection to host 'gbrdsr000002848.intranet.barcapint.com(1414)' rejected. [1=com.ibm.mq.jmqi.JmqiException[CC=2;RC=2397;AMQ9641: Remote CipherSpec error for channel 'MQ.CLT.SPLK.CHL' to host ''. [3=MQ.CLT.SPLK.CHL]],3=******************(1414),5=RemoteConnection.analyseErrorSegment]&lt;/P&gt;

&lt;P&gt;Please help us in resolving the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:23:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Configure-JMS-Mod-Input-to-use-the-CipherSpec-and-the/m-p/154965#M14094</guid>
      <dc:creator>splunk_ankman</dc:creator>
      <dc:date>2020-09-29T15:23:52Z</dc:date>
    </item>
  </channel>
</rss>

