<?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 Troubleshooting SSL Error on Forwarder in Security</title>
    <link>https://community.splunk.com/t5/Security/Troubleshooting-SSL-Error-on-Forwarder/m-p/434494#M10212</link>
    <description>&lt;P&gt;I am troubleshooting an SSL error.  &lt;/P&gt;

&lt;P&gt;I am receiving this error: &lt;BR /&gt;
ERROR SSLCommon - Can't read key file C:\Program Files\SplunkUniversalForwarder\etc\auth\mycerts\server_cert.pem &lt;/P&gt;

&lt;P&gt;I understand that it may be that the file can't read the hash.  I'm trying to test my password to the server_cert.pem and I receive this error:&lt;BR /&gt;
PS C:\Program Files\SplunkUniversalForwarder\bin&amp;gt; .\openssl rsa -in "C:\Program Files\SplunkUniversalForwarder\etc\auth\mycerts\server_cert.pem" -text&lt;BR /&gt;
WARNING: can't open config file: C:\jnkns\workspace\build-home/ssl/openssl.cnf&lt;BR /&gt;
unable to load Private Key&lt;BR /&gt;
6980:error:0906D06C:PEM routines:PEM_read_bio:no start line:.\crypto\pem\pem_lib.c:697:Expecting: ANY PRIVATE KEY&lt;/P&gt;

&lt;P&gt;The openssl.cnf is located in the C:\Program Files\SplunkUniversalForwarder\openssl.cnf, so I do not know how its referring to C:\jnkns\workspace\build-home/ssl/openssl.cnf. &lt;/P&gt;

&lt;P&gt;I am not even prompted for a password.  &lt;/P&gt;

&lt;P&gt;Questions:&lt;BR /&gt;
1. How do I change the path from C:\jnkns\workspace\build-home/ssl/openssl.cnf to C:\Program Files\SplunkUniversalForwarder\openssl.cnf&lt;BR /&gt;
2. Is it possible to enable SSL using the password hash for the server_cert.pem?&lt;BR /&gt;
3. Does anyone have successful steps to follow to enable SSL (outside the splunk documentation)?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:18:26 GMT</pubDate>
    <dc:creator>pauldr01</dc:creator>
    <dc:date>2020-09-30T00:18:26Z</dc:date>
    <item>
      <title>Troubleshooting SSL Error on Forwarder</title>
      <link>https://community.splunk.com/t5/Security/Troubleshooting-SSL-Error-on-Forwarder/m-p/434494#M10212</link>
      <description>&lt;P&gt;I am troubleshooting an SSL error.  &lt;/P&gt;

&lt;P&gt;I am receiving this error: &lt;BR /&gt;
ERROR SSLCommon - Can't read key file C:\Program Files\SplunkUniversalForwarder\etc\auth\mycerts\server_cert.pem &lt;/P&gt;

&lt;P&gt;I understand that it may be that the file can't read the hash.  I'm trying to test my password to the server_cert.pem and I receive this error:&lt;BR /&gt;
PS C:\Program Files\SplunkUniversalForwarder\bin&amp;gt; .\openssl rsa -in "C:\Program Files\SplunkUniversalForwarder\etc\auth\mycerts\server_cert.pem" -text&lt;BR /&gt;
WARNING: can't open config file: C:\jnkns\workspace\build-home/ssl/openssl.cnf&lt;BR /&gt;
unable to load Private Key&lt;BR /&gt;
6980:error:0906D06C:PEM routines:PEM_read_bio:no start line:.\crypto\pem\pem_lib.c:697:Expecting: ANY PRIVATE KEY&lt;/P&gt;

&lt;P&gt;The openssl.cnf is located in the C:\Program Files\SplunkUniversalForwarder\openssl.cnf, so I do not know how its referring to C:\jnkns\workspace\build-home/ssl/openssl.cnf. &lt;/P&gt;

&lt;P&gt;I am not even prompted for a password.  &lt;/P&gt;

&lt;P&gt;Questions:&lt;BR /&gt;
1. How do I change the path from C:\jnkns\workspace\build-home/ssl/openssl.cnf to C:\Program Files\SplunkUniversalForwarder\openssl.cnf&lt;BR /&gt;
2. Is it possible to enable SSL using the password hash for the server_cert.pem?&lt;BR /&gt;
3. Does anyone have successful steps to follow to enable SSL (outside the splunk documentation)?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:18:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Troubleshooting-SSL-Error-on-Forwarder/m-p/434494#M10212</guid>
      <dc:creator>pauldr01</dc:creator>
      <dc:date>2020-09-30T00:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting SSL Error on Forwarder</title>
      <link>https://community.splunk.com/t5/Security/Troubleshooting-SSL-Error-on-Forwarder/m-p/523938#M11874</link>
      <description>&lt;P&gt;Any update on this...getting the exact same thing?????&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 14:06:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Troubleshooting-SSL-Error-on-Forwarder/m-p/523938#M11874</guid>
      <dc:creator>spluzer</dc:creator>
      <dc:date>2020-10-09T14:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting SSL Error on Forwarder</title>
      <link>https://community.splunk.com/t5/Security/Troubleshooting-SSL-Error-on-Forwarder/m-p/561681#M15442</link>
      <description>&lt;P&gt;To answer the first question.. When installing Splunk the necessary file is placed in "C:\Program Files\Splunk\openssl.cnf". Installing Splunk does not set the %OPENSSL_CONF% system variable that points to the file.&lt;/P&gt;&lt;P&gt;Use the following to see if the system variable is set:&lt;BR /&gt;echo %OPENSSL_CONF%&lt;/P&gt;&lt;P&gt;If the variable is not set you can tell Windows to use the configuration file provided by Splunk.&lt;BR /&gt;set OPENSSL_CONF=c:\Program Files\Splunk\openssl.cnf&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 11:31:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Troubleshooting-SSL-Error-on-Forwarder/m-p/561681#M15442</guid>
      <dc:creator>santhoshi</dc:creator>
      <dc:date>2021-08-02T11:31:46Z</dc:date>
    </item>
  </channel>
</rss>

