<?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 enable SSL for splunk cloud with own self signed certificates? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493351#M11288</link>
    <description>&lt;P&gt;Hi PavelP, How to get the cacert for splunk cloud?&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 19:18:08 GMT</pubDate>
    <dc:creator>priyadarshan123</dc:creator>
    <dc:date>2020-05-14T19:18:08Z</dc:date>
    <item>
      <title>How to enable SSL for splunk cloud with own self signed certificates?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493349#M11286</link>
      <description>&lt;P&gt;I am using Splunk Cloud and I want to use curl without insecure connection for sending data via HEC , What is the process for that and what to do?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 17:09:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493349#M11286</guid>
      <dc:creator>priyadarshan123</dc:creator>
      <dc:date>2020-06-07T17:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSL for splunk cloud with own self signed certificates?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493350#M11287</link>
      <description>&lt;P&gt;Hello @priyadarshan123&lt;/P&gt;

&lt;P&gt;use --cacert to point curl to the ca cert file&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl --cacert cert.pem &lt;A href="https://cloud.address" target="test_blank"&gt;https://cloud.address&lt;/A&gt; xxxxxx
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 May 2020 18:42:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493350#M11287</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-05-14T18:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSL for splunk cloud with own self signed certificates?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493351#M11288</link>
      <description>&lt;P&gt;Hi PavelP, How to get the cacert for splunk cloud?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 19:18:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493351#M11288</guid>
      <dc:creator>priyadarshan123</dc:creator>
      <dc:date>2020-05-14T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSL for splunk cloud with own self signed certificates?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493352#M11289</link>
      <description>&lt;P&gt;@priyadarshan123 &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;where you run curl command (windows, linux, interactive or within a script?)? &lt;/LI&gt;
&lt;LI&gt;do you get an insecure error message?&lt;/LI&gt;
&lt;LI&gt;where are the "own self signed certificates"? - on the splunk side or on the client side?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 15 May 2020 22:11:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493352#M11289</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-05-15T22:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSL for splunk cloud with own self signed certificates?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493353#M11290</link>
      <description>&lt;P&gt;Hi @PavelP, I run curl within a go program, I do not do client-side verification of the &lt;BR /&gt;
certificates, but if I want to do then what are the steps to retrieve the certificates?&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 13:03:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493353#M11290</guid>
      <dc:creator>priyadarshan123</dc:creator>
      <dc:date>2020-05-16T13:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSL for splunk cloud with own self signed certificates?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493354#M11291</link>
      <description>&lt;P&gt;@priyadarshan123 &lt;/P&gt;

&lt;P&gt;if you want to verify the certificate of your splunk cloud instance with curl then follow these advices from the author of curl: &lt;A href="https://daniel.haxx.se/blog/2018/11/07/get-the-ca-cert-for-curl/"&gt;https://daniel.haxx.se/blog/2018/11/07/get-the-ca-cert-for-curl/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2020 10:13:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/493354#M11291</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-05-17T10:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSL for splunk cloud with own self signed certificates?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/598348#M16107</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/49552"&gt;@PavelP&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am facing certificate issue, while integrating SAP CPI with Slunk free trail account through HEC, How can i get own self signed certificate??&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 17:10:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/598348#M16107</guid>
      <dc:creator>poornimasai</dc:creator>
      <dc:date>2022-05-18T17:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SSL for splunk cloud with own self signed certificates?</title>
      <link>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/648377#M17062</link>
      <description>&lt;P&gt;I have the same problem with certificates in my CPI setup/&lt;/P&gt;&lt;P&gt;Were you able to fix this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//Senthil&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 14:33:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-enable-SSL-for-splunk-cloud-with-own-self-signed/m-p/648377#M17062</guid>
      <dc:creator>SNATAR4</dc:creator>
      <dc:date>2023-06-27T14:33:43Z</dc:date>
    </item>
  </channel>
</rss>

