<?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: I changed Splunk from using SSLv3 to TLSv1.2, and the Splunk Java SDK will not connect.. in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/I-changed-Splunk-from-using-SSLv3-to-TLSv1-2-and-the-Splunk-Java/m-p/197427#M2656</link>
    <description>&lt;P&gt;With the Splunk SDK version 1.4.0 you don't need to modify, compile and repackage the HttpService.java in the JAR.&lt;BR /&gt;
There are explanations and a working code example, last paragraph at:&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/209379/no-appropriate-protocol-protocol-is-disabled-or-ci.html#answer-247554"&gt;http://answers.splunk.com/answers/209379/no-appropriate-protocol-protocol-is-disabled-or-ci.html#answer-247554&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2015 09:11:35 GMT</pubDate>
    <dc:creator>ntbahriti_splun</dc:creator>
    <dc:date>2015-07-22T09:11:35Z</dc:date>
    <item>
      <title>I changed Splunk from using SSLv3 to TLSv1.2, and the Splunk Java SDK will not connect..</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/I-changed-Splunk-from-using-SSLv3-to-TLSv1-2-and-the-Splunk-Java/m-p/197425#M2654</link>
      <description>&lt;P&gt;I changed Splunk to use TLSv1.2 and disabled SSLv3, now my java portlet using the Java SDK will no longer connect.  Why?&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;I upgraded to the Java 8u31 (which was recently released) and they disabled SSLv3.  My apps no longer connect.  Why?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 13:32:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/I-changed-Splunk-from-using-SSLv3-to-TLSv1-2-and-the-Splunk-Java/m-p/197425#M2654</guid>
      <dc:creator>bosburn_splunk</dc:creator>
      <dc:date>2015-01-22T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: I changed Splunk from using SSLv3 to TLSv1.2, and the Splunk Java SDK will not connect..</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/I-changed-Splunk-from-using-SSLv3-to-TLSv1-2-and-the-Splunk-Java/m-p/197426#M2655</link>
      <description>&lt;P&gt;By default, the Splunk Java SDK will use SSLv3 to connect.  You will need to change this to TLS per the following instructions.  This will be changed in a future release.&lt;/P&gt;

&lt;P&gt;You will have to modify HttpService.java and change the following lines:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SSLContext context = SSLContext.getInstance("SSL");
to
SSLContext context = SSLContext.getInstance("TLSv1.2");

public static final String[] PROTOCOLS = {"SSLv3"};
to
public static final String[] PROTOCOLS = {"TLSv1.2"};
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You will have to recompile the jar and redeploy it as well.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 13:33:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/I-changed-Splunk-from-using-SSLv3-to-TLSv1-2-and-the-Splunk-Java/m-p/197426#M2655</guid>
      <dc:creator>bosburn_splunk</dc:creator>
      <dc:date>2015-01-22T13:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: I changed Splunk from using SSLv3 to TLSv1.2, and the Splunk Java SDK will not connect..</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/I-changed-Splunk-from-using-SSLv3-to-TLSv1-2-and-the-Splunk-Java/m-p/197427#M2656</link>
      <description>&lt;P&gt;With the Splunk SDK version 1.4.0 you don't need to modify, compile and repackage the HttpService.java in the JAR.&lt;BR /&gt;
There are explanations and a working code example, last paragraph at:&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/209379/no-appropriate-protocol-protocol-is-disabled-or-ci.html#answer-247554"&gt;http://answers.splunk.com/answers/209379/no-appropriate-protocol-protocol-is-disabled-or-ci.html#answer-247554&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 09:11:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/I-changed-Splunk-from-using-SSLv3-to-TLSv1-2-and-the-Splunk-Java/m-p/197427#M2656</guid>
      <dc:creator>ntbahriti_splun</dc:creator>
      <dc:date>2015-07-22T09:11:35Z</dc:date>
    </item>
  </channel>
</rss>

