<?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 Checker App in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593668#M12227</link>
    <description>&lt;P&gt;What is in inputs.conf?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 18:41:00 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2022-04-13T18:41:00Z</dc:date>
    <item>
      <title>SSL Certificate Checker App- How to configure?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593609#M12220</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I configured the app however it keeps returning to the setup page.&amp;nbsp; Easy fix.&amp;nbsp; Also, I have the ssl_check3.py script work fine and its pulling cert info as expected however the manual (ssl_checker2.py) is failing. I deployed the app via the Deployment server so there is no "local" folder, so no local/ssl.conf either.&amp;nbsp; I looked at the ssl_check2.py and it looks like its also looking for defaul/ssl.conf however when I manually run the script it returns the error "&amp;nbsp;No such file or directory: '/opt/splunk/etc/apps/ssl_checker/bin/../local/ssl.conf' ".&amp;nbsp; &amp;nbsp;I tried, just for testing, to create a local/ssl.conf and it returned this error " 'str' object has no attribute 'decode' ".&amp;nbsp; It also created an empty ssl.conf_tmp in local which I assume is a result of the above error?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:29:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593609#M12220</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-13T15:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593614#M12222</link>
      <description>&lt;P&gt;If you're deploying via deployment server, then you'll want to treat this like we do dbconnect inputs.&lt;/P&gt;&lt;P&gt;Install and configure on a standalone, then copy the configured app to your deployment server and push.&lt;/P&gt;&lt;P&gt;BTW, it requires python so this suggests you're using your DS to manage HFs which is not always the best practice.&amp;nbsp; If you're deploying to UFs, then it just wont work unless you have a way to make it use the UFs OS level python interpreter.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:04:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593614#M12222</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-13T15:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593619#M12223</link>
      <description>&lt;P&gt;That is the approached I used.&amp;nbsp; Installed the app on the Deployment server proper, configured, then copied to the shcluster/apps directory to push out to the SH's.&amp;nbsp; I also moved this configured copy of the app to the DS and CM servers to push to the indexers in the IDX cluster as well the deployment clients respectively.&amp;nbsp; &amp;nbsp;I am using our Deployment Server to manage a single Heavy Forwarder per splunk best practices.&amp;nbsp; Not sure what you mean by "not always the best practice"?&amp;nbsp; There are no UF's in this scenario.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:26:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593619#M12223</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-13T15:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593658#M12225</link>
      <description>&lt;P&gt;Which is it?&lt;/P&gt;&lt;P&gt;Deployer = for SHC&lt;/P&gt;&lt;P&gt;Deployment Server = for UFs and sometimes HFs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 17:15:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593658#M12225</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-13T17:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593660#M12226</link>
      <description>&lt;P&gt;I am using all 3.&amp;nbsp; Deployer for SHC, Deployment for HF and CM for indexers.&amp;nbsp; &amp;nbsp;The architecture here is sound and being used appropriately.&amp;nbsp; Not sure where this line of questioning is going?&amp;nbsp; The issue seems to stem from the python code in ssl_checker2.py not seeing a configured version of ssl.conf in default and not handling a ssl.conf file in local if one exists there as well?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Architecture aside.&amp;nbsp; When I installed the app on a standalone box, configured it, it still was producing the "&amp;nbsp;'str' object has no attribute 'decode' " error and creating an empty ssl.conf_tmp.&lt;/P&gt;&lt;P&gt;This is a Splunk 8.2.0 instance using python 3.7.10&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 17:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593660#M12226</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-13T17:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593668#M12227</link>
      <description>&lt;P&gt;What is in inputs.conf?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 18:41:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593668#M12227</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-13T18:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593807#M12237</link>
      <description>&lt;P&gt;[script://./bin/ssl_checker2.py]&lt;BR /&gt;disabled = 0&lt;BR /&gt;interval = */60 * * * *&lt;/P&gt;&lt;P&gt;[script://./bin/ssl_checker3.py]&lt;BR /&gt;disabled = 0&lt;BR /&gt;interval = */60 * * * *&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:44:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593807#M12237</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-14T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593813#M12238</link>
      <description>&lt;P&gt;Ok how about ssl.conf?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 16:15:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593813#M12238</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-14T16:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593897#M12245</link>
      <description>&lt;P&gt;[SSLConfiguration]&lt;BR /&gt;certPaths = /opt/splunk/etc/apps/appname/fd_certs/, /opt/splunk/etc/slave_apps/appname/fd_certs/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is to cover SH's and indexers as this app is being deployed via the Deployer and the CM.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 14:12:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593897#M12245</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-15T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593900#M12246</link>
      <description>&lt;P&gt;Ok i see the issue.&lt;/P&gt;&lt;P&gt;The app expects you to provide full file paths to the certs if you're using the manual mode.&lt;/P&gt;&lt;P&gt;You're giving it directory paths instead.&lt;/P&gt;&lt;P&gt;(add the file names to your paths)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 14:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593900#M12246</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-15T14:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593903#M12247</link>
      <description>&lt;P&gt;I updated ssl.conf with the path to the pem file instead of just the directory.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SH's output this error.....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;No&lt;/SPAN&gt; &lt;SPAN class=""&gt;such&lt;/SPAN&gt; &lt;SPAN class=""&gt;file&lt;/SPAN&gt; &lt;SPAN class=""&gt;or&lt;/SPAN&gt; &lt;SPAN class=""&gt;directory:&lt;/SPAN&gt; '&lt;SPAN class=""&gt;/opt/splunk/etc/apps/ssl_checker/bin/../local/ssl.conf'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SH's, obviously, since they are getting the app from the Deployer, do not have a local directory.&amp;nbsp; The ssl.conf file is in default.&lt;/P&gt;&lt;P&gt;Indexers output this error still......&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'&lt;SPAN class=""&gt;str&lt;/SPAN&gt;' &lt;SPAN class=""&gt;object&lt;/SPAN&gt; &lt;SPAN class=""&gt;has&lt;/SPAN&gt; &lt;SPAN class=""&gt;no&lt;/SPAN&gt; &lt;SPAN class=""&gt;attribute&lt;/SPAN&gt; '&lt;SPAN class=""&gt;decode'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;The indexers are getting the app from the CM and do have a local/ssl.conf.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 15:12:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593903#M12247</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-15T15:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593916#M12248</link>
      <description>&lt;P&gt;i see, so then you'll have to manually drop the ssl.conf file in local or log into each SH individually and configure them via the configuration page.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 16:33:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593916#M12248</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-15T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593922#M12249</link>
      <description>&lt;P&gt;Tried that.&amp;nbsp; Anything that has ssl.conf in the local directory spits out this error message when ssl_checker2.py runs.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;str&lt;/SPAN&gt;&lt;SPAN&gt;' &lt;/SPAN&gt;&lt;SPAN class=""&gt;object&lt;/SPAN&gt; &lt;SPAN class=""&gt;has&lt;/SPAN&gt; &lt;SPAN class=""&gt;no&lt;/SPAN&gt; &lt;SPAN class=""&gt;attribute&lt;/SPAN&gt;&lt;SPAN&gt; '&lt;/SPAN&gt;&lt;SPAN class=""&gt;decode'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 17:06:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593922#M12249</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-15T17:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593928#M12251</link>
      <description>&lt;P&gt;Did you have the full file paths in the local ssl.conf?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 18:26:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/593928#M12251</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-15T18:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594053#M12275</link>
      <description>&lt;P&gt;yes i do.&amp;nbsp; Full path down to the pem file.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 10:40:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594053#M12275</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-18T10:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594054#M12276</link>
      <description>&lt;P&gt;Ok, in the example ssl.conf you shared, it was directories, not paths to pem files. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you share ssl.conf, the version of ssl checker you're using and the version of splunk you are using so that I may try to replicate on my end?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 13:56:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594054#M12276</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-18T13:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594055#M12277</link>
      <description>&lt;P&gt;&lt;SPAN&gt;[SSLConfiguration]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;certPaths = /opt/splunk/etc/apps/appname/fd_certs/cert.pem, /opt/splunk/etc/slave_apps/appname/fd_certs/cert.pem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't currently have webtools installed.&amp;nbsp; I didn't see that anywhere as a requirement for the ssl checker app?&lt;/P&gt;&lt;P&gt;Splunk Version: 8.2.0&lt;/P&gt;&lt;P&gt;Pythong Version: 3.7.10&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 11:26:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594055#M12277</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-18T11:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594056#M12278</link>
      <description>&lt;P&gt;Does the slave-apps cert exist on the search heads? &amp;nbsp;If not; that explains why the code can't find it.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 11:40:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594056#M12278</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-18T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594059#M12279</link>
      <description>&lt;P&gt;I have tested on a SH just having the one cert in the ssl.conf file that exists on the search head and it still gives the error........&lt;/P&gt;&lt;P&gt;'str' object has no attribute 'decode'&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 12:15:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594059#M12279</guid>
      <dc:creator>coreyCLI</dc:creator>
      <dc:date>2022-04-18T12:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Certificate Checker App</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594074#M12283</link>
      <description>&lt;P&gt;Correct, I keep mixing up the name of the app.&lt;/P&gt;&lt;P&gt;Which version of ssl checker are you using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will test this week and let you know if I have the same issue or not.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 13:58:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/SSL-Certificate-Checker-App-How-to-configure/m-p/594074#M12283</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2022-04-18T13:58:25Z</dc:date>
    </item>
  </channel>
</rss>

