<?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 Best Test if my SSL Certificate is valid in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Best-Test-if-my-SSL-Certificate-is-valid/m-p/133525#M27441</link>
    <description>&lt;P&gt;First confirm that Splunk recognises the certificate shipped by default&lt;/P&gt;

&lt;P&gt;Then you can try with this simple python script and verify if the connection is getting refused:&lt;/P&gt;

&lt;P&gt;=====================&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;import httplib2

for i in range(1,500):
print i
response, content = httplib2.Http(disable_ssl_certificate_validation=True).request('https://127.0.0.1:8089',)
print response,content
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 09 Feb 2015 10:26:33 GMT</pubDate>
    <dc:creator>mzorzi</dc:creator>
    <dc:date>2015-02-09T10:26:33Z</dc:date>
    <item>
      <title>How to Best Test if my SSL Certificate is valid</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Best-Test-if-my-SSL-Certificate-is-valid/m-p/133524#M27440</link>
      <description>&lt;P&gt;I am trying to enable Splunk forwarder via SSL, I received the message:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;02-06-2015 10:10:45.415 -0700 ERROR TcpOutputFd - Connection to host=176.23.34.15:9997 failed. sock_error = 0. SSL Error = error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
02-06-2015 10:11:15.312 -0700 ERROR TcpOutputFd - Connection to host=176.23.34.15:9997 failed. sock_error = 0. SSL Error = error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Why is that?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 10:24:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Best-Test-if-my-SSL-Certificate-is-valid/m-p/133524#M27440</guid>
      <dc:creator>mzorzi</dc:creator>
      <dc:date>2015-02-09T10:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Best Test if my SSL Certificate is valid</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-Best-Test-if-my-SSL-Certificate-is-valid/m-p/133525#M27441</link>
      <description>&lt;P&gt;First confirm that Splunk recognises the certificate shipped by default&lt;/P&gt;

&lt;P&gt;Then you can try with this simple python script and verify if the connection is getting refused:&lt;/P&gt;

&lt;P&gt;=====================&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;import httplib2

for i in range(1,500):
print i
response, content = httplib2.Http(disable_ssl_certificate_validation=True).request('https://127.0.0.1:8089',)
print response,content
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Feb 2015 10:26:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-Best-Test-if-my-SSL-Certificate-is-valid/m-p/133525#M27441</guid>
      <dc:creator>mzorzi</dc:creator>
      <dc:date>2015-02-09T10:26:33Z</dc:date>
    </item>
  </channel>
</rss>

