<?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: How to connect the splunk server using java-sdk?  i got the &amp;quot;ssl error&amp;quot; when i connect the server like the example that the api gave. in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-connect-the-splunk-server-using-java-sdk-i-got-the-quot/m-p/156020#M4681</link>
    <description>&lt;P&gt;Are you using Java 8? If so, this seems to be a duplicate question of: &lt;A href="http://answers.splunk.com/answers/209379/no-appropriate-protocol-protocol-is-disabled-or-ci.html"&gt;http://answers.splunk.com/answers/209379/no-appropriate-protocol-protocol-is-disabled-or-ci.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2015 03:05:42 GMT</pubDate>
    <dc:creator>acharlieh</dc:creator>
    <dc:date>2015-06-15T03:05:42Z</dc:date>
    <item>
      <title>How to connect the splunk server using java-sdk?  i got the "ssl error" when i connect the server like the example that the api gave.</title>
      <link>https://community.splunk.com/t5/Security/How-to-connect-the-splunk-server-using-java-sdk-i-got-the-quot/m-p/156019#M4680</link>
      <description>&lt;P&gt;Exception in thread "main" java.lang.RuntimeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)&lt;BR /&gt;
    at com.splunk.HttpService.send(HttpService.java:371)&lt;BR /&gt;
    at com.splunk.Service.send(Service.java:1280)&lt;BR /&gt;
    at com.splunk.HttpService.post(HttpService.java:272)&lt;BR /&gt;
    at com.splunk.Service.login(Service.java:1111)&lt;BR /&gt;
    at com.splunk.Service.login(Service.java:1091)&lt;BR /&gt;
    at com.splunk.Service.connect(Service.java:185)&lt;BR /&gt;
    at com.chinamoney.splunk.test.SplunkLinkDemo.main(SplunkLinkDemo.java:29)&lt;BR /&gt;
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)&lt;BR /&gt;
    at sun.security.ssl.Handshaker.activate(Unknown Source)&lt;BR /&gt;
    at sun.security.ssl.SSLSocketImpl.kickstartHandshake(Unknown Source)&lt;BR /&gt;
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)&lt;BR /&gt;
    at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;BR /&gt;
    at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;BR /&gt;
    at sun.net.&lt;A href="http://www.protocol.https.HttpsClient.afterConnect(Unknown"&gt;www.protocol.https.HttpsClient.afterConnect(Unknown&lt;/A&gt; Source)&lt;BR /&gt;
    at sun.net.&lt;A href="http://www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown"&gt;www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown&lt;/A&gt; Source)&lt;BR /&gt;
    at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getOutputStream(Unknown"&gt;www.protocol.http.HttpURLConnection.getOutputStream(Unknown&lt;/A&gt; Source)&lt;BR /&gt;
    at sun.net.&lt;A href="http://www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown"&gt;www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown&lt;/A&gt; Source)&lt;BR /&gt;
    at com.splunk.HttpService.send(HttpService.java:365)&lt;BR /&gt;
    ... 6 more&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jun 2015 04:45:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-connect-the-splunk-server-using-java-sdk-i-got-the-quot/m-p/156019#M4680</guid>
      <dc:creator>yizezhong</dc:creator>
      <dc:date>2015-06-14T04:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect the splunk server using java-sdk?  i got the "ssl error" when i connect the server like the example that the api gave.</title>
      <link>https://community.splunk.com/t5/Security/How-to-connect-the-splunk-server-using-java-sdk-i-got-the-quot/m-p/156020#M4681</link>
      <description>&lt;P&gt;Are you using Java 8? If so, this seems to be a duplicate question of: &lt;A href="http://answers.splunk.com/answers/209379/no-appropriate-protocol-protocol-is-disabled-or-ci.html"&gt;http://answers.splunk.com/answers/209379/no-appropriate-protocol-protocol-is-disabled-or-ci.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 03:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-connect-the-splunk-server-using-java-sdk-i-got-the-quot/m-p/156020#M4681</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-06-15T03:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect the splunk server using java-sdk?  i got the "ssl error" when i connect the server like the example that the api gave.</title>
      <link>https://community.splunk.com/t5/Security/How-to-connect-the-splunk-server-using-java-sdk-i-got-the-quot/m-p/156021#M4682</link>
      <description>&lt;P&gt;I suggest you update your Splunk  Java SDK &lt;A href="https://github.com/splunk/splunk-sdk-java/blob/master/CHANGELOG.md"&gt;to the latest release&lt;/A&gt; that has support for TLS. (SSL is now disabled by default in the JRE)&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2015 01:19:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-connect-the-splunk-server-using-java-sdk-i-got-the-quot/m-p/156021#M4682</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-06-16T01:19:48Z</dc:date>
    </item>
  </channel>
</rss>

