<?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: Using SSLconfig in server.conf is causing 500 internal error in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-is-using-SSLconfig-in-server-conf-is-causing-500-internal/m-p/510376#M2742</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried to encrypt private key with password and then set sslPassword in server.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition serverCert = /opt/splunk/etc/auth/mycerts/server.pem must contain certificate, private key and intermediate/root CA, have a look at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/Security/HowtoprepareyoursignedcertificatesforSplunk" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/Security/HowtoprepareyoursignedcertificatesforSplunk&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2020 08:30:54 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2020-07-22T08:30:54Z</dc:date>
    <item>
      <title>Why is using SSLconfig in server.conf is causing 500 internal error?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-is-using-SSLconfig-in-server-conf-is-causing-500-internal/m-p/510364#M2741</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have PKI infra using root and intermediate certificate servers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have setup SSL on server.conf and web.conf . using the same pem cert&amp;nbsp;&lt;/P&gt;
&lt;P&gt;private key doesnt have password protection&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;web.conf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;[settings]&lt;BR /&gt;privKeyPath = /opt/splunk/etc/auth/mycerts/server.key&lt;BR /&gt;serverCert = /opt/splunk/etc/auth/mycerts/server.pem&lt;BR /&gt;enableSplunkWebSSL = true&lt;BR /&gt;httpport = 443&lt;/P&gt;
&lt;P&gt;server.conf&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[sslConfig]&lt;BR /&gt;sslRootCAPath = /opt/splunk/etc/auth/mycerts/root.pem&lt;BR /&gt;serverCert = /opt/splunk/etc/auth/mycerts/server.pem&lt;BR /&gt;sslPassword =&lt;/P&gt;
&lt;P&gt;I am also using ldap integration over ssl&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i enable sslconfig on server.conf I start getting slow splunk web and 500 internal errors&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I disable sslConfigs Splunk web works find and my certificates are being recognized on the web browser&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you advise on what could be the cause of this behavior&amp;nbsp;&lt;/P&gt;
&lt;P&gt;checking the logs I see the below Errors&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from splunkd.log&amp;nbsp;&lt;/P&gt;
&lt;P&gt;07-22-2020 09:33:51.954 +0200 ERROR ExecProcessor - message from "/opt/splunk/bin/python2.7 /opt/splunk/etc/apps/splunk_monitoring_console/bin/dmc_config.py" Socket error communicating with splunkd (error=('_ssl.c:726: The handshake operation timed out',)), path = /services/shcluster/config?output_mode=json&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from web-service.log&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2020-07-22 09:35:57,816 ERROR [5f17ec3fc77f08942c2710] __init__:522 - Socket error communicating with splunkd (error=_ssl.c:1074: The handshake operation timed out), path = /services/server/info&lt;BR /&gt;2020-07-22 09:35:57,817 INFO [5f17ec3fc77f08942c2710] startup:139 - Splunk appserver version=UNKNOWN_VERSION build=000 isFree=False isTrial=True&lt;BR /&gt;2020-07-22 09:35:57,818 INFO [5f17ec3fc77f08942c2710] decorators:272 - require_login - no splunkd sessionKey variable set; request_path=/en-US/&lt;BR /&gt;2020-07-22 09:35:57,818 INFO [5f17ec3fc77f08942c2710] decorators:280 - require_login - redirecting to login&lt;BR /&gt;2020-07-22 09:36:27,994 ERROR [5f17ec5df57f08942c8510] __init__:522 - Socket error communicating with splunkd (error=_ssl.c:1074: The handshake operation timed out), path = /services/server/info&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>Tue, 24 Jan 2023 16:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-is-using-SSLconfig-in-server-conf-is-causing-500-internal/m-p/510364#M2741</guid>
      <dc:creator>aamer86</dc:creator>
      <dc:date>2023-01-24T16:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSLconfig in server.conf is causing 500 internal error</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-is-using-SSLconfig-in-server-conf-is-causing-500-internal/m-p/510376#M2742</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried to encrypt private key with password and then set sslPassword in server.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition serverCert = /opt/splunk/etc/auth/mycerts/server.pem must contain certificate, private key and intermediate/root CA, have a look at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/Security/HowtoprepareyoursignedcertificatesforSplunk" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/Security/HowtoprepareyoursignedcertificatesforSplunk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 08:30:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-is-using-SSLconfig-in-server-conf-is-causing-500-internal/m-p/510376#M2742</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-07-22T08:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSLconfig in server.conf is causing 500 internal error</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-is-using-SSLconfig-in-server-conf-is-causing-500-internal/m-p/628066#M15194</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Please let me know if you were able to resolve the issue. I am facing quiet the same issue.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 07:04:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-is-using-SSLconfig-in-server-conf-is-causing-500-internal/m-p/628066#M15194</guid>
      <dc:creator>jamaluddin-khan</dc:creator>
      <dc:date>2023-01-24T07:04:22Z</dc:date>
    </item>
  </channel>
</rss>

