<?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: How to resolve error SSL: CERTIFICATE_VERIFY_FAILED? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361233#M66596</link>
    <description>&lt;P&gt;Please answer and accept so the case can be closed &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;This is a very common issue, another trick is to find the cacerts (or cacerts.pem) or similar inside the app and add your custom-SSL certs into that.&lt;BR /&gt;
However it &lt;STRONG&gt;will&lt;/STRONG&gt; be lost on the next upgrade of the application...(so proxy SSL bypass is always better!)&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 08:05:58 GMT</pubDate>
    <dc:creator>gjanders</dc:creator>
    <dc:date>2018-03-21T08:05:58Z</dc:date>
    <item>
      <title>How to resolve error SSL: CERTIFICATE_VERIFY_FAILED?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361230#M66593</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;Received below error while configuring Mimecast app for Splunkv2.&lt;/P&gt;

&lt;P&gt;message from "python "D:\Program Files\Splunk\etc\apps\Splunk_TA_mimecast_for_splunk_v2\bin\Splunk_TA_mimecast_for_splunk_v2.py"" Unexpected error getting base url. Cannot continue.[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:595)&lt;/P&gt;

&lt;P&gt;Appreciate any help to resolve this error.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:33:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361230#M66593</guid>
      <dc:creator>swapsplunk236</dc:creator>
      <dc:date>2020-09-29T18:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve error SSL: CERTIFICATE_VERIFY_FAILED?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361231#M66594</link>
      <description>&lt;P&gt;I haven't used this app before, but behind the scenes it's using python requests to make web calls to something.  In it, it's going to try and do certificate verification on the remote URL (verify=true by default).  You have two options 1) verify the endpoints it's hitting have valid certificates that your splunk server trusts or 2) modify Splunk_TA_mimecast_for_splunk_v2.py, making sure any line that says requests.post or requests.get has a parameter  verify=False.   (e.g. line 196:  r = requests.post(url='https:...', verify=false).   See: &lt;A href="http://docs.python-requests.org/en/master/user/advanced/" target="_blank"&gt;http://docs.python-requests.org/en/master/user/advanced/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:31:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361231#M66594</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2020-09-29T18:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve error SSL: CERTIFICATE_VERIFY_FAILED?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361232#M66595</link>
      <description>&lt;P&gt;Thank you very much. I think this too can resolve this error but for now I have resolved by bypassing the SSL inspection for the URL on the proxy that we use.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 07:23:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361232#M66595</guid>
      <dc:creator>swapsplunk236</dc:creator>
      <dc:date>2018-03-21T07:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve error SSL: CERTIFICATE_VERIFY_FAILED?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361233#M66596</link>
      <description>&lt;P&gt;Please answer and accept so the case can be closed &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;This is a very common issue, another trick is to find the cacerts (or cacerts.pem) or similar inside the app and add your custom-SSL certs into that.&lt;BR /&gt;
However it &lt;STRONG&gt;will&lt;/STRONG&gt; be lost on the next upgrade of the application...(so proxy SSL bypass is always better!)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 08:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361233#M66596</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2018-03-21T08:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve error SSL: CERTIFICATE_VERIFY_FAILED?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361234#M66597</link>
      <description>&lt;P&gt;Try with bypassing the proxy URL. it will work&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 09:08:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361234#M66597</guid>
      <dc:creator>logloganathan</dc:creator>
      <dc:date>2018-03-21T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve error SSL: CERTIFICATE_VERIFY_FAILED?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361235#M66598</link>
      <description>&lt;P&gt;You should post the "verify=False" as an answer so it can be accepted and up-voted!&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 20:29:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361235#M66598</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2018-03-26T20:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve error SSL: CERTIFICATE_VERIFY_FAILED?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361236#M66599</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/100572"&gt;@logloganathan&lt;/a&gt; can you clarify more, how to achieve this? &lt;/P&gt;

&lt;P&gt;am running a.py from splunk-sdk examples and get this error:&lt;BR /&gt;
  File "C:\Python27\Lib\ssl.py", line 840, in do_handshake&lt;BR /&gt;
    self._sslobj.do_handshake()&lt;BR /&gt;
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:48:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361236#M66599</guid>
      <dc:creator>ctxrag</dc:creator>
      <dc:date>2020-09-29T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve error SSL: CERTIFICATE_VERIFY_FAILED?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361237#M66600</link>
      <description>&lt;P&gt;How do I do this on windows please?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:33:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361237#M66600</guid>
      <dc:creator>ctxrag</dc:creator>
      <dc:date>2018-03-28T15:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve error SSL: CERTIFICATE_VERIFY_FAILED?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361238#M66601</link>
      <description>&lt;P&gt;Should be able to just open the python file mentioned in a text editor and save it.  Then restart the Splunk service. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:45:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-resolve-error-SSL-CERTIFICATE-VERIFY-FAILED/m-p/361238#M66601</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2018-03-28T15:45:17Z</dc:date>
    </item>
  </channel>
</rss>

