<?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: JavaBridge server failed to start - java.security.NoSuchAlgorithmException: SSL in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/JavaBridge-server-failed-to-start-java-security/m-p/146630#M23124</link>
    <description>&lt;P&gt;Right now, we do not support TLS, and it is correct that SSL is required.  We've filed DBX-332 to track this enhancement request and have linked to this question.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2013 17:41:19 GMT</pubDate>
    <dc:creator>araitz</dc:creator>
    <dc:date>2013-11-19T17:41:19Z</dc:date>
    <item>
      <title>JavaBridge server failed to start - java.security.NoSuchAlgorithmException: SSL</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/JavaBridge-server-failed-to-start-java-security/m-p/146627#M23121</link>
      <description>&lt;P&gt;JavaBridge Server/Client communication fails with the following error (stack): &lt;/P&gt;

&lt;P&gt;2013-11-12 17:26:36,294 INFO Checking for obsolete java libraries in /opt/splunk/etc/apps/dbx/bin/lib &lt;BR /&gt;
2013-11-12 17:26:36,295 INFO Started JavaBridgeServer PID=10643 &lt;BR /&gt;
2013-11-12 17:26:36,708 ERROR Java process returned error code 1! Error: Initializing Splunk context... Environment: SplunkEnvironment{SPLUNK_HOME=/opt/splunk,SPLUNK_DB=/opt/splunk/var/lib/splunk} Configuring Log4j... Exception in thread "main" java.lang.ExceptionInInitializerError at com.splunk.env.SplunkContext.createRestService(SplunkContext.java:148) at com.splunk.env.SplunkContext.initialize(SplunkContext.java:106) at com.splunk.bridge.JavaBridgeServer.main(JavaBridgeServer.java:34) Caused by: com.splunk.rest.SplunkdException: Error while disabling SSL certificate verification: java.security.NoSuchAlgorithmException: SSL SSLContext not available at com.splunk.rest.Splunkd.createSSLFactory(Splunkd.java:346) at com.splunk.rest.Splunkd.&lt;CLINIT&gt;(Splunkd.java:51) ... 3 more Caused by: java.security.NoSuchAlgorithmException: SSL SSLContext not available at sun.security.jca.GetInstance.getInstance(GetInstance.java:142) at javax.net.ssl.SSLContext.getInstance(SSLContext.java:125) at com.splunk.rest.Splunkd.createSSLFactory(Splunkd.java:342) ... 4 more &lt;BR /&gt;
2013-11-12 17:26:36,708 ERROR Command output: None&lt;/CLINIT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:18:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/JavaBridge-server-failed-to-start-java-security/m-p/146627#M23121</guid>
      <dc:creator>splunkIT</dc:creator>
      <dc:date>2020-09-28T15:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: JavaBridge server failed to start - java.security.NoSuchAlgorithmException: SSL</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/JavaBridge-server-failed-to-start-java-security/m-p/146628#M23122</link>
      <description>&lt;P&gt;At the DB Connect source code level it seems the developer is attempting to create an SSL connection as.&lt;/P&gt;

&lt;P&gt;SSLContext sc = SSLContext.getInstance("SSL");&lt;/P&gt;

&lt;P&gt;My org doesn’t allow SSL so the communication fails between the java bridge server and client. It has to use TLS for it to work on our systems.&lt;/P&gt;

&lt;P&gt;SSLContext sc = SSLContext.getInstance("TLS");&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2013 17:53:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/JavaBridge-server-failed-to-start-java-security/m-p/146628#M23122</guid>
      <dc:creator>splunkIT</dc:creator>
      <dc:date>2013-11-18T17:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: JavaBridge server failed to start - java.security.NoSuchAlgorithmException: SSL</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/JavaBridge-server-failed-to-start-java-security/m-p/146629#M23123</link>
      <description>&lt;P&gt;What version of dbx are you running?  The later versions require usessl=true be set.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2013 18:11:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/JavaBridge-server-failed-to-start-java-security/m-p/146629#M23123</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-11-18T18:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: JavaBridge server failed to start - java.security.NoSuchAlgorithmException: SSL</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/JavaBridge-server-failed-to-start-java-security/m-p/146630#M23124</link>
      <description>&lt;P&gt;Right now, we do not support TLS, and it is correct that SSL is required.  We've filed DBX-332 to track this enhancement request and have linked to this question.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2013 17:41:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/JavaBridge-server-failed-to-start-java-security/m-p/146630#M23124</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-11-19T17:41:19Z</dc:date>
    </item>
  </channel>
</rss>

