<?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: Issue enabling HTTPS on Splunk Web using external SSL certificate in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Issue-enabling-HTTPS-on-Splunk-Web-using-external-SSL/m-p/751334#M10466</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275296"&gt;@kn450&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your config, both (&lt;STRONG&gt;serverCert&lt;/STRONG&gt; and &lt;STRONG&gt;privKeyPath&lt;/STRONG&gt; both pointing to &lt;STRONG&gt;splunkWeb.pem&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;Is your splunkWeb.pem contains both private key and cert together? Its better to have privatekey and certificate separate.&lt;BR /&gt;If your splunkWeb.pem contains both, you can use &lt;STRONG&gt;openssl&lt;/STRONG&gt; command to split both.&lt;/P&gt;&lt;P&gt;Ref&lt;BR /&gt;#&lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/manage-users-and-security/9.4/secure-splunk-platform-communications-with-transport-layer-security-certificates/configure-splunk-web-to-use-tls-certificates#id_2771b640_5e98_4545_bbfe_8444e86bc31d__Configure_Splunk_Web_to_use_TLS_certificates" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/administer/manage-users-and-security/9.4/secure-splunk-platform-communications-with-transport-layer-security-certificates/configure-splunk-web-to-use-tls-certificates#id_2771b640_5e98_4545_bbfe_8444e86bc31d__Configure_Splunk_Web_to_use_TLS_certificates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;Splunk Enthusiast | Always happy to help! If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Aug 2025 04:34:07 GMT</pubDate>
    <dc:creator>PrewinThomas</dc:creator>
    <dc:date>2025-08-11T04:34:07Z</dc:date>
    <item>
      <title>Issue enabling HTTPS on Splunk Web using external SSL certificate</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Issue-enabling-HTTPS-on-Splunk-Web-using-external-SSL/m-p/751301#M10464</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello everyone,&lt;BR /&gt;I’m encountering an issue when trying to enable secure HTTPS access on Splunk Web using an SSL certificate issued by a trusted external CA.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;What I did:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Placed the SSL certificate file (splunkWeb.pem) in the following path:&lt;BR /&gt;$SPLUNK_HOME/etc/apps/webTLS/certs/splunkWeb.pem&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Edited the web.conf file with the following settings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;ini&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Copy&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Edit&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;[settings]&lt;BR /&gt;&lt;SPAN class=""&gt;enableSplunkWebSSL = &lt;SPAN class=""&gt;true&lt;BR /&gt;&lt;SPAN class=""&gt;serverCert = &lt;SPAN class=""&gt;$SPLUNK_HOME/etc/apps/webTLS/certs/splunkWeb.pem&lt;BR /&gt;&lt;SPAN class=""&gt;privKeyPath = &lt;SPAN class=""&gt;$SPLUNK_HOME/etc/apps/webTLS/certs/splunkWeb.pem&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Restarted the Splunk service.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Issue:&lt;BR /&gt;After restarting, Splunk hangs during startup and the web interface does not become available over HTTPS.&lt;/STRONG&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Are there additional steps required when using an external SSL certificate?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is the web.conf configuration correct, especially regarding the privKeyPath pointing to the same .pem file as serverCert?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Should the private key be in a separate file from the certificate?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Any advice or similar experiences would be greatly appreciated.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;Thank you in advance for your help!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 09 Aug 2025 15:26:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Issue-enabling-HTTPS-on-Splunk-Web-using-external-SSL/m-p/751301#M10464</guid>
      <dc:creator>kn450</dc:creator>
      <dc:date>2025-08-09T15:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue enabling HTTPS on Splunk Web using external SSL certificate</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Issue-enabling-HTTPS-on-Splunk-Web-using-external-SSL/m-p/751307#M10465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275296"&gt;@kn450&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should put the Cert/Intermediate(s)/CA in&amp;nbsp;splunkWeb.pem but not the key, that should go in its own file (e.g.&amp;nbsp;splunkWeb.key) and use the privKeyPath setting to set the location for this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[settings]
enableSplunkWebSSL = true
privKeyPath = /opt/splunk/etc/apps/webTLS/certs/splunkWeb.key
serverCert = /opt/splunk/etc/apps/webTLS/certs/splunkWeb.pem&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN class=""&gt;Note:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;You may use absolute paths when you configure these settings by prepending a&amp;nbsp;&lt;/SPAN&gt;/&lt;SPAN&gt;&amp;nbsp;to the path. Non-absolute paths are relative to the Splunk installation directory ($SPLUNK_HOME). If you use a non-absolute path, do not add&amp;nbsp;&lt;/SPAN&gt;$SPLUNK_HOME&lt;SPAN&gt;&amp;nbsp;to the path&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If this does not work, please could you look in $SPLUNK_HOME/var/log/splunk/splunkd.log for any error logs which might indicate what is preventing it from starting?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Sat, 09 Aug 2025 14:35:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Issue-enabling-HTTPS-on-Splunk-Web-using-external-SSL/m-p/751307#M10465</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-08-09T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue enabling HTTPS on Splunk Web using external SSL certificate</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Issue-enabling-HTTPS-on-Splunk-Web-using-external-SSL/m-p/751334#M10466</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275296"&gt;@kn450&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your config, both (&lt;STRONG&gt;serverCert&lt;/STRONG&gt; and &lt;STRONG&gt;privKeyPath&lt;/STRONG&gt; both pointing to &lt;STRONG&gt;splunkWeb.pem&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;Is your splunkWeb.pem contains both private key and cert together? Its better to have privatekey and certificate separate.&lt;BR /&gt;If your splunkWeb.pem contains both, you can use &lt;STRONG&gt;openssl&lt;/STRONG&gt; command to split both.&lt;/P&gt;&lt;P&gt;Ref&lt;BR /&gt;#&lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/manage-users-and-security/9.4/secure-splunk-platform-communications-with-transport-layer-security-certificates/configure-splunk-web-to-use-tls-certificates#id_2771b640_5e98_4545_bbfe_8444e86bc31d__Configure_Splunk_Web_to_use_TLS_certificates" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/administer/manage-users-and-security/9.4/secure-splunk-platform-communications-with-transport-layer-security-certificates/configure-splunk-web-to-use-tls-certificates#id_2771b640_5e98_4545_bbfe_8444e86bc31d__Configure_Splunk_Web_to_use_TLS_certificates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;Splunk Enthusiast | Always happy to help! If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 04:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Issue-enabling-HTTPS-on-Splunk-Web-using-external-SSL/m-p/751334#M10466</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-08-11T04:34:07Z</dc:date>
    </item>
  </channel>
</rss>

