<?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 set up SSL/TLS for the Splunk indexer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/649693#M110425</link>
    <description>&lt;P&gt;i think that depends on the inputs.conf on your UFs, isnt..&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 21:59:53 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2023-07-07T21:59:53Z</dc:date>
    <item>
      <title>How to set up SSL/TLS for the Splunk indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472119#M81129</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to establish an SSL/TLS-connection with own certificates between the UFs and the indexer. I would also like to enable non-SSL connection for some UFs, but so far I haven't been able to have the indexer set up an SSL/TLS-listener. When everything is ready and done, I might be happy with a purely SSL/TLS-based environment, but for the transition period enabling both would be nice. I have tried to follow the instructions on page &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Security/ConfigureSplunkforwardingtousesignedcertificates" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.1/Security/ConfigureSplunkforwardingtousesignedcertificates&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So far I have worked with the indexer. In &lt;EM&gt;~splunk/etc/system/local/inputs.conf&lt;/EM&gt; I have added the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[SSL]
serverCert = /opt/splunk/etc/auth/my-CA/IndexerCerts.txt
# sslPassword = This was supposedly unnecessary
sslRootCAPath = /opt/splunk/etc/auth/my-CA/myCACertificates.txt
requireClientCert = false
sslVersions = tls1.2
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also, I added to the &lt;EM&gt;~splunk/etc/system/local/server.conf&lt;/EM&gt; the following line&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;sslRootCAPath = /opt/splunk/etc/auth/my-CA/myCACertificates.txt
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The file &lt;EM&gt;myCACertificates.txt&lt;/EM&gt; contains as PEM the issuing CA for the IndexerCert and the RootCA on top of that and in this order. Effectively this is a trust store containing the SubCA and Root CA above the indexers certificates. I don't see any reason why any other similar SubCA and RootCA chain could not be included if a client certificate issued by those would be needed, but let's leave that for now.&lt;/P&gt;
&lt;P&gt;The file &lt;EM&gt;IndexerCerts.txt&lt;/EM&gt; contains the following items AS PEM in order:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Indexer certificate&lt;/LI&gt;
&lt;LI&gt;Indexer private key (unencrypted)&lt;/LI&gt;
&lt;LI&gt;Issuing SubCA certificate&lt;/LI&gt;
&lt;LI&gt;RootCA certificate&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The reason for the private key for being unencrypted is that the documentation I found let me understand it would not be needed or even not necessary. The password would still need to be available somewhere, but upon restart splunkd didn't complain about the configuration. Nevertheless, the connections remained as plain-text connections. The log says the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;12-23-2019 17:25:34.062 +0200 INFO loader - Setting SSL configuration.
12-23-2019 17:25:34.062 +0200 INFO loader - Server supporting SSL versions TLS1.2
12-23-2019 17:25:34.062 +0200 INFO loader - Using cipher suite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDH-ECDSA-AES256-GCM-SHA384:ECDH-ECDSA-AES128-GCM-SHA256:ECDH-ECDSA-AES128-SHA256:AES256-GCM-SHA384:AES128-GCM-SHA256:AES128-SHA256
12-23-2019 17:25:34.062 +0200 INFO loader - Using ECDH curves : prime256v1, secp384r1, secp521r1
...
12-23-2019 17:25:35.923 +0200 INFO TcpInputProc - Registering metrics callback for: tcpin_connections
12-23-2019 17:25:35.923 +0200 INFO TcpInputConfig - IPv4 port 9997 is reserved for splunk 2 splunk
12-23-2019 17:25:35.923 +0200 INFO TcpInputConfig - IPv4 port 9997 will negotiate s2s protocol level 6
12-23-2019 17:25:35.924 +0200 INFO TcpInputProc - Creating fwd data Acceptor for IPv4 port 9997 with Non-SSL
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any suggestions what I am doing wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 12:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472119#M81129</guid>
      <dc:creator>kaurinko</dc:creator>
      <dc:date>2023-07-10T12:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472120#M81130</link>
      <description>&lt;P&gt;I am not familiar with SubCA.&lt;/P&gt;

&lt;P&gt;For us in 7.x we do the following on our heavy forwarders (like indexers).&lt;/P&gt;

&lt;P&gt;For inputs,conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp-ssl:&amp;lt;port&amp;gt;]

[SSL]
requireClientCert = true
sslCommonNameToCheck = &amp;lt;comma separated list of common names&amp;gt;
serverCert = &amp;lt;concatenated server cert&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In the server.conf we have this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sslConfig]

enableSplunkdSSL = true
requireClientCert = true
sslRootCAPath = &amp;lt;our ca cert&amp;gt;
serverCert = &amp;lt;our concatenated cert; see below)
sslCommonNameToCheck = &amp;lt;our common name&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For our cert we concatenate together:&lt;/P&gt;

&lt;P&gt;cert&lt;BR /&gt;
key&lt;BR /&gt;
caCert&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 22:56:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472120#M81130</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2019-12-23T22:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472121#M81131</link>
      <description>&lt;P&gt;Hi Burwell,&lt;/P&gt;

&lt;P&gt;The Sub CA is nothing more than just a synonym for an intermediate CA. In my case it is a CA issued by the RootCA, and the RootCA is by definition a self-signed CA-certificate. My idea has been that at some undefined point in the future I might move to using another intermediate CA issued by the same Root CA to cope with possible expiration problems. Some of the documentation hinted that such a trust-chain would be possible.&lt;/P&gt;

&lt;P&gt;Is it possible to have the indexer listen to two ports: one for non-SSL and another for SSL-connections? Will addding a [splunktcp-ssl:] with the necessary SSL-configurations do the trick?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 09:31:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472121#M81131</guid>
      <dc:creator>kaurinko</dc:creator>
      <dc:date>2019-12-24T09:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472122#M81132</link>
      <description>&lt;P&gt;It seems like I had a stupid error in my configuration. I added &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp:9997]

[splunktcp-ssl:9998]

disabled=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;before the &lt;CODE&gt;[SSL]&lt;/CODE&gt; stanza and left out the &lt;CODE&gt;sslRootCAPath&lt;/CODE&gt; configuration entry. Now I get two listeners and I get a proper SSL/TLS handshake from port 9998.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 11:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472122#M81132</guid>
      <dc:creator>kaurinko</dc:creator>
      <dc:date>2019-12-24T11:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472123#M81133</link>
      <description>&lt;P&gt;Yes you can have your indexers listen in two different ports: one with SSL and one not. &lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 18:30:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/472123#M81133</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2019-12-24T18:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507650#M86398</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/31983"&gt;@kaurinko&lt;/a&gt;&amp;nbsp;I have the Similar Requirement as you mentioned in the Question. Could you please share the complete inputs.conf and server.conf configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't understand this "&lt;SPAN&gt;before the&amp;nbsp;&lt;/SPAN&gt;[SSL]&lt;SPAN&gt;&amp;nbsp;stanza and left out the&amp;nbsp;&lt;/SPAN&gt;sslRootCAPath&lt;SPAN&gt;&amp;nbsp;configuration entry&lt;/SPAN&gt;" in your answer.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 18:22:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507650#M86398</guid>
      <dc:creator>potnuru</dc:creator>
      <dc:date>2020-07-06T18:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507690#M86407</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/155648"&gt;@burwell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what would be the ideal config on forwarders? Is it possible to setup outputs on forwarder without using sslPassword?&lt;/P&gt;&lt;P&gt;Since this configuration is on DS and will be deployed to all forwarders, I would like to avoid storing it in cleartext.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 22:28:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507690#M86407</guid>
      <dc:creator>anilchaithu</dc:creator>
      <dc:date>2020-07-06T22:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507742#M86410</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/34483"&gt;@potnuru&lt;/a&gt; ,&lt;BR /&gt;&lt;BR /&gt;The configurations in etc/system/local are as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;inputs.conf&lt;/EM&gt;:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[default]
host = splunk.tupislab.net

[splunktcp:9997]

[splunktcp-ssl:9998]

disabled=0

[SSL]
serverCert = /opt/splunk/etc/auth/My-CA/SplunkIndexerCerts.txt

requireClientCert = true
sslVersions = tls1.2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;and &lt;EM&gt;server.conf&lt;/EM&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[general]
serverName = splunk.mydomain.net
pass4SymmKey = ***

[sslConfig]
sslPassword = *****
sslRootCAPath = /opt/splunk/etc/auth/My-CA/CACertificates.txt
serverCert = /opt/splunk/etc/auth/My-CA/SplunkIndexerCerts.txt

[lmpool:auto_generated_pool_download-trial]
description = auto_generated_pool_download-trial
quota = MAX
slaves = *
stack_id = download-trial

[lmpool:auto_generated_pool_forwarder]
description = auto_generated_pool_forwarder
quota = MAX
slaves = *
stack_id = forwarder

[lmpool:auto_generated_pool_free]
description = auto_generated_pool_free
quota = MAX
slaves = *
stack_id = free

[license]
master_uri = https://license.tupislab.net:8089/&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Petri&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 05:41:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507742#M86410</guid>
      <dc:creator>kaurinko</dc:creator>
      <dc:date>2020-07-07T05:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507766#M86414</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/31983"&gt;@kaurinko&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have configured the Splunk Indexer as given by you, but I am getting the below errors in _internal logs, Please help me on this.&lt;/P&gt;&lt;P&gt;2020-07-07 09:21:28.243 +0200 4027@splunk01 [main] ERROR io.dropwizard.cli.ServerCommand - Unable to start server, shutting down&lt;BR /&gt;java.lang.RuntimeException: java.io.IOException: Failed to bind to /127.0.0.1:9998&lt;BR /&gt;at org.eclipse.jetty.setuid.SetUIDListener.lifeCycleStarting(SetUIDListener.java:213)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarting(AbstractLifeCycle.java:204)&lt;BR /&gt;at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:71)&lt;BR /&gt;at io.dropwizard.cli.ServerCommand.run(ServerCommand.java:53)&lt;BR /&gt;at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:45)&lt;BR /&gt;at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:87)&lt;BR /&gt;at io.dropwizard.cli.Cli.run(Cli.java:79)&lt;BR /&gt;at io.dropwizard.Application.run(Application.java:94)&lt;BR /&gt;at com.splunk.dbx.server.bootstrap.TaskServerStart.startTaskServer(TaskServerStart.java:123)&lt;BR /&gt;at com.splunk.dbx.server.bootstrap.TaskServerStart.streamEvents(TaskServerStart.java:73)&lt;BR /&gt;at com.splunk.modularinput.Script.run(Script.java:66)&lt;BR /&gt;at com.splunk.modularinput.Script.run(Script.java:44)&lt;BR /&gt;at com.splunk.dbx.server.bootstrap.TaskServerStart.main(TaskServerStart.java:152)&lt;BR /&gt;Caused by: java.io.IOException: Failed to bind to /127.0.0.1:9998&lt;BR /&gt;at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:346)&lt;BR /&gt;at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:307)&lt;BR /&gt;at org.eclipse.jetty.setuid.SetUIDListener.lifeCycleStarting(SetUIDListener.java:200)&lt;BR /&gt;... 12 common frames omitted&lt;BR /&gt;Caused by: java.net.BindException: Address already in use&lt;BR /&gt;at java.base/sun.nio.ch.Net.bind0(Native Method)&lt;BR /&gt;at java.base/sun.nio.ch.Net.bind(Net.java:461)&lt;BR /&gt;at java.base/sun.nio.ch.Net.bind(Net.java:453)&lt;BR /&gt;at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)&lt;BR /&gt;at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)&lt;BR /&gt;at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)&lt;BR /&gt;... 14 common frames omitted&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 07:33:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507766#M86414</guid>
      <dc:creator>potnuru</dc:creator>
      <dc:date>2020-07-07T07:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507782#M86418</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/31983"&gt;@kaurinko&lt;/a&gt;&amp;nbsp;I think the above error is due to Port issue, may be the port is being used by some other process.. I have changed the Port and now it's working Perfectly, thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 08:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/507782#M86418</guid>
      <dc:creator>potnuru</dc:creator>
      <dc:date>2020-07-07T08:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/552131#M91627</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/34483"&gt;@potnuru&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Based on the log there most probably already is a process listening to 127.0.0.1:9998. Try issuing the following (as root to get the process name):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;netstat -lntp | grep 9998&lt;/LI-CODE&gt;&lt;P&gt;The error message &lt;EM&gt;Caused by: java.net.BindException: Address already in use&lt;/EM&gt; means some other process is already listenining to the address:port you are trying to bind to.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Petri&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 05:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/552131#M91627</guid>
      <dc:creator>kaurinko</dc:creator>
      <dc:date>2021-05-19T05:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/649654#M110424</link>
      <description>&lt;P&gt;How do you determine what goes down the 9997 pipe verses the encrypted 9998 pipe on your forwarders?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:17:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/649654#M110424</guid>
      <dc:creator>edhealea</dc:creator>
      <dc:date>2023-07-07T16:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/649693#M110425</link>
      <description>&lt;P&gt;i think that depends on the inputs.conf on your UFs, isnt..&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 21:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/649693#M110425</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-07-07T21:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/649834#M110438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You do that in inputs.conf and outputs.conf on the UF.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 11:44:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/649834#M110438</guid>
      <dc:creator>kaurinko</dc:creator>
      <dc:date>2023-07-10T11:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up SSL/TLS for the Splunk indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/755580#M119898</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 13:18:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-set-up-SSL-TLS-for-the-Splunk-indexer/m-p/755580#M119898</guid>
      <dc:creator>ppearman</dc:creator>
      <dc:date>2025-11-17T13:18:22Z</dc:date>
    </item>
  </channel>
</rss>

