<?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: Why am I having trouble with TLS? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634706#M108611</link>
    <description>&lt;P&gt;Thank you that makes a lot more sense for me now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So to configure client verification I can create a new concatenated certificate that uses the same rootCAcertificate. Then tell the server to only accept connections that has a certificate that matches the new concatenated certificate. Is that correct?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 05:17:05 GMT</pubDate>
    <dc:creator>NJ</dc:creator>
    <dc:date>2023-03-16T05:17:05Z</dc:date>
    <item>
      <title>Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634498#M108569</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;
&lt;P&gt;I have followed the documentation for setting up TLS for&amp;nbsp;&lt;SPAN class=""&gt;inter-Splunk communication with self-signed certificates.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I have a small test environment that has an SH, an Indexer and an UF.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;However, I get the following error:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;03-15-2023 01:23:39.475 +0000 ERROR TcpInputProc [2605538 FwdDataReceiverThread] - Error encountered for connection from src=10.0.0.4:45088. error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created the following certificates and keys based on the Splunk documentation:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;myCertAuthCertificate.csr&lt;/LI&gt;
&lt;LI&gt;myCertAuthCertificate.pem&lt;/LI&gt;
&lt;LI&gt;myCertAuthCertificate.srl&lt;/LI&gt;
&lt;LI&gt;myCertAuthPrivateKey.key&lt;/LI&gt;
&lt;LI&gt;myServerCertificate.csr&lt;/LI&gt;
&lt;LI&gt;myServerCertificate.pem&lt;/LI&gt;
&lt;LI&gt;myServerPrivateKey.key&lt;/LI&gt;
&lt;LI&gt;mySplkCliCert.pem &amp;lt;- this is the concatenated file.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I copy the myCertAuthCertificate.pem and&amp;nbsp;mySplkCliCert.pem files from the SH to the Indexer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on the SH and Indexer, I edit the Server.conf to have the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[sslConfig]
sslRootCAPath = /opt/splunk/etc/auth/mycerts/myCertAuthCertificate.pem
serverCert = /opt/splunk/etc/auth/mycerts/mySplkCliCert.pem
sslPassword = *****&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 18:29:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634498#M108569</guid>
      <dc:creator>NJ</dc:creator>
      <dc:date>2023-03-15T18:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with TLS</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634513#M108573</link>
      <description>&lt;P&gt;Hi there.&amp;nbsp;&lt;BR /&gt;I strongly recommend that, at least to start with, do not do any client or server verification until the basic SSL connections are working.&lt;BR /&gt;&lt;BR /&gt;Before heading down the rabbit hole of SSL, can I please confirm the following&lt;BR /&gt;1. outputs.conf on the sender (client)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;useSSL = true&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;sslCertPath = path to client certificate (can be the self signed one)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;sslPassword&lt;BR /&gt;2. inputs.conf on the receiver (server)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;the input def should be splunktcp-ssl not splunktcp&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[SSL] stanza should be defined with the following&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;serverCert = path to combined cert&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;sslPassword&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;requireClientCert = false&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 06:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634513#M108573</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-15T06:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with TLS</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634515#M108574</link>
      <description>&lt;P&gt;The SSL settings in server.conf are to control the server used by splunkd and not what gets used in either the web ui or for tcp connections. It is entirely possible to different certificates for different parts of the Splunk solution.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 06:23:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634515#M108574</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-15T06:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with TLS</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634661#M108592</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/3686"&gt;@michael_bates_1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for your comment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output.conf on my Search-Head:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[indexAndForward]
index = false

[tcpout]
defaultGroup = my_search_peers
forwardedindex.filter.disable = true
indexAndForward = false
autoLBFrequencyIntervalOnGroupFailure = -1
channelReapInterval = 60000
channelReapLowater = 10
channelTTL = 300000
connectionsPerTarget = 0
dnsResolutionInterval = 300
negotiateNewProtocol = true
polling_interval = 5
socksResolveDNS = false

[tcpout:my_search_peers]
server = 10.1.0.4:9997
useSSL = true
sslCertPath = /opt/splunk/etc/auth/mycerts/myServerCertificate.pem
sslPassword = $7$AipeL1V0nT7oJ9t/qIGBOy0IZ6dBMzQtu8wATkwAwKwfwqd71K1gcGZBkF8=&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;outputs.conf on my UF&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
server = 10.1.0.4:9997
useSSL = true
sslCertPath = /opt/splunkforwarder/etc/auth/mycerts/myServerCertificate.pem
sslPassword = $7$5+N0oNlLInzoFgzKRvrKrtFlhqrzpc9XwDx60n067DpXWBMYxuK5erjuURg=

[tcpout-server://10.1.0.4:9997]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inputs.conf on the indexer&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[splunktcp-ssl:9997]
disabled = 0

[SSL}
serverCert = /opt/splunk/etc/auth/mycerts/mySplkCliCert.pem
sslPassword = ********
requireClientCert = false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 23:03:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634661#M108592</guid>
      <dc:creator>NJ</dc:creator>
      <dc:date>2023-03-15T23:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634676#M108593</link>
      <description>&lt;P&gt;Thanks for that.&amp;nbsp;&lt;BR /&gt;In the inputs.conf on the indexer, can you please confirm that the SSL stanza is wrapper correctly.&lt;BR /&gt;Your config has the incorrect closing bracket.&lt;BR /&gt;[SSL}&lt;BR /&gt;rather than&lt;BR /&gt;[SSL]&lt;BR /&gt;&lt;BR /&gt;Everything else looks good.&lt;BR /&gt;Another possible step is to revert to using the default certs created by Splunk when installing/running.&amp;nbsp;&lt;BR /&gt;This would eliminate any certificate issues such as access, wrong permissions, wrong order of certs, etc.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 00:39:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634676#M108593</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-16T00:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634677#M108594</link>
      <description>&lt;P&gt;Thanks for spotting that!&lt;/P&gt;&lt;P&gt;However, after fixing the typo and restarting now I don't receive any logs from the forwarder or search head.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 00:49:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634677#M108594</guid>
      <dc:creator>NJ</dc:creator>
      <dc:date>2023-03-16T00:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634679#M108595</link>
      <description>&lt;P&gt;Are you able to revert all elements to use the default certificate&lt;BR /&gt;/etc/auth/server.pem&lt;BR /&gt;&lt;BR /&gt;You can also check the internal logs (index=_internal) and look for x509&lt;BR /&gt;This will normally on appear after a reboot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 00:56:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634679#M108595</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-16T00:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634681#M108596</link>
      <description>&lt;P&gt;So i should change the output.conf to use the /opt/splunk/etc/auth/server.pem?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 01:00:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634681#M108596</guid>
      <dc:creator>NJ</dc:creator>
      <dc:date>2023-03-16T01:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634682#M108597</link>
      <description>&lt;P&gt;Change both ends just to be sure.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 01:03:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634682#M108597</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-16T01:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634683#M108598</link>
      <description>&lt;P&gt;Should inputs.conf have&amp;nbsp;serverCert = /opt/splunk/etc/auth/server.pem&lt;/P&gt;&lt;P&gt;if yes then what should outputs.conf have in&amp;nbsp;sslCertPath = /opt/splunk/etc/auth/?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 01:15:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634683#M108598</guid>
      <dc:creator>NJ</dc:creator>
      <dc:date>2023-03-16T01:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634684#M108599</link>
      <description>&lt;P&gt;This should work, as a test, place each part on the required element&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;outputs.conf
---------
[tcpout]
defaultGroup = indexers
indexAndForward = false

[tcpout:indexers]
server = x:9997
useSSL = true
sslCertPath = $SPLUNK_HOME/etc/auth/server.pem
sslPassword = password

inputs.conf
-----
[splunktcp-ssl:9997]
disabled = 0

[SSL]
serverCert = $SPLUNK_HOME/etc/auth/server.pem
sslPassword = password
requireClientCert = false&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Mar 2023 01:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634684#M108599</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-16T01:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634685#M108600</link>
      <description>&lt;P&gt;Thats works!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 01:44:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634685#M108600</guid>
      <dc:creator>NJ</dc:creator>
      <dc:date>2023-03-16T01:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634692#M108601</link>
      <description>&lt;P&gt;This indicates that the issue is likely to be certificate or file permissions related.&lt;BR /&gt;As a side note, not sure why you have the server cert on the client end.&lt;BR /&gt;&lt;BR /&gt;Can you please confirm the certificate you are trying to configure on the server side (inputs.conf) includes all the certificates in the chain that would be required to fully verify (host all the way back to root ca).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 02:46:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634692#M108601</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-16T02:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634693#M108602</link>
      <description>&lt;P&gt;I have found the Splunk documentation quite confusing regarding TLS.&lt;/P&gt;&lt;P&gt;When creating the keys, I followed the same naming conventions used in the Splunk documentation:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/Security/Howtoself-signcertificates" target="_blank"&gt;How to create and sign your own TLS certificates - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Which gave me the following files:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;myCertAuthCertificate.csr&lt;/LI&gt;&lt;LI&gt;myCertAuthCertificate.pem&lt;/LI&gt;&lt;LI&gt;myCertAuthCertificate.srl&lt;/LI&gt;&lt;LI&gt;myCertAuthPrivateKey.key&lt;/LI&gt;&lt;LI&gt;myServerCertificate.csr&lt;/LI&gt;&lt;LI&gt;myServerCertificate.pem&lt;/LI&gt;&lt;LI&gt;myServerPrivateKey.key&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then did the following command&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;cat myServerCertificate.pem myServerPrivateKey.key myCertAuthCertificate.pem &amp;gt; mySplkCliCert.pem&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In inputs.conf I have the concatenated cert (&lt;SPAN&gt;mySplkCliCert.pem)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 02:59:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634693#M108602</guid>
      <dc:creator>NJ</dc:creator>
      <dc:date>2023-03-16T02:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634694#M108603</link>
      <description>&lt;P&gt;If you search index=_internal x509 since the last restart of the indexer, does anything show up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 03:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634694#M108603</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-16T03:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634695#M108604</link>
      <description>&lt;LI-CODE lang="markup"&gt;03-16-2023 02:33:18.457 +0000 ERROR X509 [1969765 TcpChannelThread] - X509 certificate (CN=splunkbase.splunk.com,O=Splunk Inc.,L=San Francisco,ST=California,C=US) common name (splunkbase.splunk.com) did not match any allowed names (apps.splunk.com,cdn.apps.splunk.com)
host = Splunk-SearchHead-RedHat1source = /opt/splunk/var/log/splunk/splunkd.logsourcetype = splunkd&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;03-16-2023 03:01:02.758 +0000 ERROR X509 [2841646 ApplicationUpdateThread] - X509 certificate (CN=splunkbase.splunk.com,O=Splunk Inc.,L=San Francisco,ST=California,C=US) common name (splunkbase.splunk.com) did not match any allowed names (apps.splunk.com,cdn.apps.splunk.com)
host = Splunk-Indexer-Redhat1source = /opt/splunk/var/log/splunk/splunkd.logsourcetype = splunkd&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Mar 2023 03:15:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634695#M108604</guid>
      <dc:creator>NJ</dc:creator>
      <dc:date>2023-03-16T03:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634697#M108605</link>
      <description>&lt;P&gt;Hmm. Looks like there is something wrong with the cert.&lt;BR /&gt;Are you creating your own cert due to organisation requirements or for some other reason.&lt;BR /&gt;If you are crating "just because" then I might suggest just using the certs and config from earlier that worked.&lt;BR /&gt;&lt;BR /&gt;If it is being done to meet an org requirement, then it looks like the whol&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 04:08:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634697#M108605</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-16T04:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634698#M108606</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If it is being done to meet an org requirement, then it looks like the whole certificate process may need to be re-visited&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 04:08:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634698#M108606</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-16T04:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634699#M108607</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/3686"&gt;@michael_bates_1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really appreciate your help so far!!!&lt;/P&gt;&lt;P&gt;I need to understand the process of setting up TLS so I can do it for future customers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 04:14:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634699#M108607</guid>
      <dc:creator>NJ</dc:creator>
      <dc:date>2023-03-16T04:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I having trouble with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634700#M108608</link>
      <description>&lt;P&gt;No problems.&lt;BR /&gt;&lt;BR /&gt;Essentially, until you are really comfortable with it, I always try and stick to the following for customers.&lt;BR /&gt;1. Unless you need to use organisational certificates, simply use the ones that Splunk generates.&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You can easily regenerate these using a splunk command&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; bin/splunk createssl&lt;BR /&gt;2. Start simple and work your way up - the further down this list, the more error prone and harder to troubleshoot&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;a) default certs&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;b) org certs&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;c) server verification (client verifies the server cert)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;d) client verification&amp;nbsp; (server verifies the client cert)&lt;BR /&gt;3. Get familar with tools/commands like "openssl s_client" that can be used to verify the certificate exchange, etc.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; This can be really helpful to understand where the ssl protocol may be failing&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; e.g. openssl s_client -connect indexer:9997 -debug -showcerts&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 04:28:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-having-trouble-with-TLS/m-p/634700#M108608</guid>
      <dc:creator>michael_bates_1</dc:creator>
      <dc:date>2023-03-16T04:28:13Z</dc:date>
    </item>
  </channel>
</rss>

