<?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 Custom SSL Cert Issues in Security</title>
    <link>https://community.splunk.com/t5/Security/Custom-SSL-Cert-Issues/m-p/323630#M8342</link>
    <description>&lt;P&gt;Hey splunk team,&lt;/P&gt;

&lt;P&gt;I need a bit (okay a lot of help).  I'm not sure what I'm doing wrong, but I'm following these guides to create my own self-signed ssl certificate:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://wiki.splunk.com/Community:Splunk2Splunk_SSL_SelfSignedCert_NewRootCA"&gt;http://wiki.splunk.com/Community:Splunk2Splunk_SSL_SelfSignedCert_NewRootCA&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/Security/Howtoself-signcertificates"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/Security/Howtoself-signcertificates&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However after looking at my logs, my forwarder shows the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;02-27-2018 00:45:19.808 -0800 INFO  TcpOutputProc - Removing quarantine from idx=192.168.0.43:9997
02-27-2018 00:45:19.808 -0800 WARN  TcpOutputFd - Connect to 192.168.0.43:9997 failed. Connection refused
02-27-2018 00:45:19.808 -0800 ERROR TcpOutputFd - Connection to host=192.168.0.43:9997 failed
02-27-2018 00:45:19.809 -0800 WARN  TcpOutputFd - Connect to 192.168.0.43:9997 failed. Connection refused
02-27-2018 00:45:19.809 -0800 ERROR TcpOutputFd - Connection to host=192.168.0.43:9997 failed
02-27-2018 00:45:19.809 -0800 WARN  TcpOutputProc - Applying quarantine to ip=192.168.0.43 port=9997 _numberOfFailures=2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;At this point I'm not sure what I'm doing wrong.  If it helps, my forwarders outputs.conf looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunkssl

[tcpout:splunkssl]
server = 192.168.0.43:9997
compressed = true
sslRootCAPath = /opt/splunkforwarder/etc/certs/myCACertificate.pem
sslCertPath = /opt/splunkforwarder/etc/certs/myServerCertificate.pem
sslPassword = $xxxxxxxxxxxxx=
sslVerifyServerCert = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My indexer's input.conf looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = splunk

[SSL]
rootCA = /opt/splunk/etc/certs/myCACertificate.pem
serverCert = /opt/splunk/etc/certs/myServerCertificate.pem
password = $xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#password = $xxxxxxxxxxxxxx
requireClientCert = false

[splunktcp-ssl:9997]
compressed = true
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And i've added this line to my indexer's server.conf.  This was based on the default configuration for ssl certificates on the indxer, plus the guide to using self signed certs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sslRootCAPatch = /opt/splunk/etc/system/local/certs/myCACertificate.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help or advice is appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 08:55:42 GMT</pubDate>
    <dc:creator>TitanAE</dc:creator>
    <dc:date>2018-02-27T08:55:42Z</dc:date>
    <item>
      <title>Custom SSL Cert Issues</title>
      <link>https://community.splunk.com/t5/Security/Custom-SSL-Cert-Issues/m-p/323630#M8342</link>
      <description>&lt;P&gt;Hey splunk team,&lt;/P&gt;

&lt;P&gt;I need a bit (okay a lot of help).  I'm not sure what I'm doing wrong, but I'm following these guides to create my own self-signed ssl certificate:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://wiki.splunk.com/Community:Splunk2Splunk_SSL_SelfSignedCert_NewRootCA"&gt;http://wiki.splunk.com/Community:Splunk2Splunk_SSL_SelfSignedCert_NewRootCA&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/Security/Howtoself-signcertificates"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/Security/Howtoself-signcertificates&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However after looking at my logs, my forwarder shows the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;02-27-2018 00:45:19.808 -0800 INFO  TcpOutputProc - Removing quarantine from idx=192.168.0.43:9997
02-27-2018 00:45:19.808 -0800 WARN  TcpOutputFd - Connect to 192.168.0.43:9997 failed. Connection refused
02-27-2018 00:45:19.808 -0800 ERROR TcpOutputFd - Connection to host=192.168.0.43:9997 failed
02-27-2018 00:45:19.809 -0800 WARN  TcpOutputFd - Connect to 192.168.0.43:9997 failed. Connection refused
02-27-2018 00:45:19.809 -0800 ERROR TcpOutputFd - Connection to host=192.168.0.43:9997 failed
02-27-2018 00:45:19.809 -0800 WARN  TcpOutputProc - Applying quarantine to ip=192.168.0.43 port=9997 _numberOfFailures=2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;At this point I'm not sure what I'm doing wrong.  If it helps, my forwarders outputs.conf looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunkssl

[tcpout:splunkssl]
server = 192.168.0.43:9997
compressed = true
sslRootCAPath = /opt/splunkforwarder/etc/certs/myCACertificate.pem
sslCertPath = /opt/splunkforwarder/etc/certs/myServerCertificate.pem
sslPassword = $xxxxxxxxxxxxx=
sslVerifyServerCert = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My indexer's input.conf looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = splunk

[SSL]
rootCA = /opt/splunk/etc/certs/myCACertificate.pem
serverCert = /opt/splunk/etc/certs/myServerCertificate.pem
password = $xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#password = $xxxxxxxxxxxxxx
requireClientCert = false

[splunktcp-ssl:9997]
compressed = true
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And i've added this line to my indexer's server.conf.  This was based on the default configuration for ssl certificates on the indxer, plus the guide to using self signed certs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sslRootCAPatch = /opt/splunk/etc/system/local/certs/myCACertificate.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help or advice is appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Custom-SSL-Cert-Issues/m-p/323630#M8342</guid>
      <dc:creator>TitanAE</dc:creator>
      <dc:date>2018-02-27T08:55:42Z</dc:date>
    </item>
  </channel>
</rss>

