<?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: SSL Certificate issue in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-issue/m-p/577790#M10909</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Added &lt;SPAN&gt;intermediate&amp;nbsp;cert but getting below error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to xyz.com:443&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 15:28:17 GMT</pubDate>
    <dc:creator>AntonyPriwin</dc:creator>
    <dc:date>2021-12-08T15:28:17Z</dc:date>
    <item>
      <title>SSL Certificate issue</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-issue/m-p/577055#M10866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a situation, while trying to post a request to a external api from java script, we are getting timeout error.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While trying to hit the same url through curl we are getting the below ssl cert error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;&lt;STRONG&gt;curl: (60) SSL certificate problem: unable to get local issuer certificate&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;More details here:&amp;nbsp;&lt;A title="https://curl.haxx.se/docs/sslcerts.html" href="https://curl.haxx.se/docs/sslcerts.html" target="_blank" rel="noopener noreferrer"&gt;https://curl.haxx.se/docs/sslcerts.html&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;curl failed to verify the legitimacy of the server and therefore could not&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;establish a secure connection to it. To learn more about this situation and&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;how to fix it, please visit the web page mentioned above.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;I have attached the error snip and the related JS here.&lt;/P&gt;&lt;P&gt;&lt;U&gt;JS snippet:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;const userAction = async (pid) =&amp;gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;const url='&lt;/SPAN&gt;&lt;A title="https://xyz.com/pid?ppid=%27+pid;" href="https://xyz.com/PID?ppid=%27+pid;" target="_blank" rel="noopener noreferrer"&gt;https://xyz.com:443/PID?ppid='+pid;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;const response = await fetch(url,{ method: 'POST',mode: 'cors'})&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.then(response =&amp;gt; console.log(response))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.then(xmlString =&amp;gt; console.log($.parseXML(xmlString)) )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.catch(error =&amp;gt; console.log(error))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;has anyone come across the above issue, any help is appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 13:26:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-issue/m-p/577055#M10866</guid>
      <dc:creator>AntonyPriwin</dc:creator>
      <dc:date>2021-12-02T13:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate issue</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-issue/m-p/577056#M10867</link>
      <description>&lt;P&gt;Has the instance being whitelisted to allow traffic from your Splunk instance or from where the request is generated /triggered?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 13:31:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-issue/m-p/577056#M10867</guid>
      <dc:creator>Gr0und_Z3r0</dc:creator>
      <dc:date>2021-12-02T13:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate issue</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-issue/m-p/577063#M10869</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you are probably using your own certificates or splunk's generated (without any intermediate certs). Then your client code is expecting that CA which has signed that code must be trusted.&lt;/P&gt;&lt;P&gt;You could test this with curl -v &lt;A href="https://zyx..." target="_blank"&gt;https://zyx...&lt;/A&gt;. vs. curl -vk &lt;A href="https://xyz..." target="_blank"&gt;https://xyz...&lt;/A&gt;. The first own told that it cannot verify certificate and second one works.&lt;/P&gt;&lt;P&gt;There are two options for you.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Switch to official certificates on splunk side or if you have VIP before it then you can add it there.&lt;/LI&gt;&lt;LI&gt;Add to your code parameters which don't require that CA is known (less secure option)&lt;/LI&gt;&lt;LI&gt;If you are using private certs then add your CA as trusted for your "code"/system&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 14:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-issue/m-p/577063#M10869</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-12-02T14:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate issue</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-issue/m-p/577790#M10909</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Added &lt;SPAN&gt;intermediate&amp;nbsp;cert but getting below error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to xyz.com:443&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 15:28:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-issue/m-p/577790#M10909</guid>
      <dc:creator>AntonyPriwin</dc:creator>
      <dc:date>2021-12-08T15:28:17Z</dc:date>
    </item>
  </channel>
</rss>

