<?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: Can we configure HF to receive encrypted traffic using SSL with port 9996 and port 9997 at a same time, using different cert for each, in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-HF-to-receive-encrypted-traffic-using-SSL-with/m-p/307855#M57985</link>
    <description>&lt;P&gt;You can't have two [SSL] stanzas in the same inputs.conf.  They are conflicting with one another.&lt;/P&gt;

&lt;P&gt;You need to configure each cert under their respective [splunktcp-ssl://PORT] stanzas&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jul 2017 14:58:21 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2017-07-15T14:58:21Z</dc:date>
    <item>
      <title>Can we configure HF to receive encrypted traffic using SSL with port 9996 and port 9997 at a same time, using different cert for each,</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-HF-to-receive-encrypted-traffic-using-SSL-with/m-p/307852#M57982</link>
      <description>&lt;P&gt;HF config eg:-&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;P&gt;[splunktcp-ssl://9997]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
password = abc&lt;BR /&gt;
requireClientCert = true&lt;BR /&gt;
rootCA = /opt/splunk/splunk/etc/system/certs/xyz.pem&lt;BR /&gt;
serverCert = /opt/splunk/splunk/etc/system/certs/&lt;STRONG&gt;abc.pem&lt;/STRONG&gt;&lt;BR /&gt;
sslVersions = tls&lt;/P&gt;

&lt;P&gt;[splunktcp-ssl://9996]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
password = abc&lt;BR /&gt;
requireClientCert = true&lt;BR /&gt;
rootCA = /opt/splunk/splunk/etc/system/certs/xyz.cer&lt;BR /&gt;
serverCert = /opt/splunk/splunk/etc/system/certs/&lt;STRONG&gt;def.pem&lt;/STRONG&gt;&lt;BR /&gt;
sslVersions = tls&lt;/P&gt;

&lt;P&gt;using two different cert as one create with sha1 and other with sha256&lt;/P&gt;

&lt;P&gt;Thanking&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 05:15:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-HF-to-receive-encrypted-traffic-using-SSL-with/m-p/307852#M57982</guid>
      <dc:creator>ashishamalviya1</dc:creator>
      <dc:date>2017-05-23T05:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can we configure HF to receive encrypted traffic using SSL with port 9996 and port 9997 at a same time, using different cert for each,</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-HF-to-receive-encrypted-traffic-using-SSL-with/m-p/307853#M57983</link>
      <description>&lt;P&gt;Yes but you put all the SSL KvPs you have under the splunktcp-ssl stanzas instead.&lt;/P&gt;

&lt;P&gt;[splunktcp-ssl]&lt;BR /&gt;
serverCert = &lt;BR /&gt;
sslPassword = &lt;BR /&gt;
requireClientCert = &lt;BR /&gt;
sslVersions = &lt;BR /&gt;
cipherSuite = &lt;BR /&gt;
ecdhCurves = &lt;BR /&gt;
dhFile = &lt;BR /&gt;
allowSslRenegotiation = true|false&lt;BR /&gt;
sslQuietShutdown = [true|false]&lt;BR /&gt;
sslCommonNameToCheck = , , ...&lt;BR /&gt;
sslAltNameToCheck = , , ...&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 11:36:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-HF-to-receive-encrypted-traffic-using-SSL-with/m-p/307853#M57983</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-05-23T11:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can we configure HF to receive encrypted traffic using SSL with port 9996 and port 9997 at a same time, using different cert for each,</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-HF-to-receive-encrypted-traffic-using-SSL-with/m-p/307854#M57984</link>
      <description>&lt;P&gt;above inputs.conf is working config if run with only single stanza, (i.e. either port 9996 or 9997), but this wont work when we combine config as shown above,&lt;BR /&gt;
please try to provide config eg,&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 17:56:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-HF-to-receive-encrypted-traffic-using-SSL-with/m-p/307854#M57984</guid>
      <dc:creator>ashishamalviya1</dc:creator>
      <dc:date>2017-05-23T17:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can we configure HF to receive encrypted traffic using SSL with port 9996 and port 9997 at a same time, using different cert for each,</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-HF-to-receive-encrypted-traffic-using-SSL-with/m-p/307855#M57985</link>
      <description>&lt;P&gt;You can't have two [SSL] stanzas in the same inputs.conf.  They are conflicting with one another.&lt;/P&gt;

&lt;P&gt;You need to configure each cert under their respective [splunktcp-ssl://PORT] stanzas&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2017 14:58:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-configure-HF-to-receive-encrypted-traffic-using-SSL-with/m-p/307855#M57985</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-07-15T14:58:21Z</dc:date>
    </item>
  </channel>
</rss>

