<?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: Splunk 6 Ciso ips error in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101816#M14266</link>
    <description>&lt;P&gt;I was just uncovering this mess.  Wouldn't it be possible to include another openssl library somewhere and reference that?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2013 18:42:48 GMT</pubDate>
    <dc:creator>jgauthier</dc:creator>
    <dc:date>2013-10-17T18:42:48Z</dc:date>
    <item>
      <title>Splunk 6 Ciso ips error</title>
      <link>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101813#M14263</link>
      <description>&lt;P&gt;I upgraded Splunk to version 6 and data stopped flowing from our CiscoIPS.   My sdee_get.log shows this error:&lt;BR /&gt;
Wed Oct 16 09:16:53 2013 - ERROR - Connecting to sensor - MY IP: URLError: &lt;URLOPEN error=""&gt;&lt;/URLOPEN&gt;&lt;/P&gt;

&lt;P&gt;I dug in deeper and I think its barking at the negotiation of SSL?&lt;BR /&gt;
/splunk/lib/python2.7/ssl.py&lt;BR /&gt;&lt;BR /&gt;
I changed ssl.py ssl_version=PROTOCOL_SSLv23 to ssl_version=PROTOCOL_TLSv1 and still did not work.&lt;BR /&gt;
I hope to get this online ASAP.   &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:59:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101813#M14263</guid>
      <dc:creator>fraijof</dc:creator>
      <dc:date>2020-09-28T14:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Ciso ips error</title>
      <link>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101814#M14264</link>
      <description>&lt;P&gt;Mine is also broken after upgrading.  I am still diagnosing this.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 18:26:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101814#M14264</guid>
      <dc:creator>jgauthier</dc:creator>
      <dc:date>2013-10-17T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Ciso ips error</title>
      <link>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101815#M14265</link>
      <description>&lt;P&gt;I had the same issue doing a new install on Splunk 6.  I ended up having to install a Splunk 5.0.5 lightweight forwarder on a separate server and forward it to the central server.  When I ran&lt;/P&gt;

&lt;P&gt;openssl s_client -connect &lt;IPADDRESS_IPS&gt;:443&lt;/IPADDRESS_IPS&gt;&lt;/P&gt;

&lt;P&gt;with the version that is included in Splunk 6 but works fine in version 5.0.5.  There seems to be an issue with this on Linux, however I experience the same issue with Windows&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/105193/cisco-ips-error-errno-8" target="_blank"&gt;http://answers.splunk.com/answers/105193/cisco-ips-error-errno-8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101815#M14265</guid>
      <dc:creator>seanp</dc:creator>
      <dc:date>2020-09-28T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Ciso ips error</title>
      <link>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101816#M14266</link>
      <description>&lt;P&gt;I was just uncovering this mess.  Wouldn't it be possible to include another openssl library somewhere and reference that?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 18:42:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101816#M14266</guid>
      <dc:creator>jgauthier</dc:creator>
      <dc:date>2013-10-17T18:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Ciso ips error</title>
      <link>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101817#M14267</link>
      <description>&lt;P&gt;I tried the very hackish replacing of the OpenSSL binary files in the bin directory with 0.9.8y but only got errors.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 18:56:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101817#M14267</guid>
      <dc:creator>seanp</dc:creator>
      <dc:date>2013-10-17T18:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Ciso ips error</title>
      <link>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101818#M14268</link>
      <description>&lt;P&gt;You may want to check out my answer here: &lt;A href="http://answers.splunk.com/answers/105193/cisco-ips-error-errno-8/135759"&gt;http://answers.splunk.com/answers/105193/cisco-ips-error-errno-8/135759&lt;/A&gt;. I posted some code that may solve this issue for you.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2014 22:39:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-6-Ciso-ips-error/m-p/101818#M14268</guid>
      <dc:creator>dshpritz</dc:creator>
      <dc:date>2014-05-14T22:39:41Z</dc:date>
    </item>
  </channel>
</rss>

