<?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: HTTPEventCollector cannot create token due to sslVersion configuration in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HTTPEventCollector-cannot-create-token-due-to-sslVersion/m-p/316987#M59246</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Please remove &lt;CODE&gt;sslVersion=tls1.1,tls1.2&lt;/CODE&gt; from &lt;CODE&gt;[default]&lt;/CODE&gt; section of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file and instead put it under &lt;CODE&gt;[SSL]&lt;/CODE&gt; section of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file followed by a Splunk service restart.&lt;/P&gt;

&lt;P&gt;inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SSL]
sslVersion=tls1.1,tls1.2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The issue exists because when you put &lt;CODE&gt;sslVersion&lt;/CODE&gt; under &lt;CODE&gt;[default]&lt;/CODE&gt; stanza of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file, it gets copied into each HTTP Event Collector Token stanza ( &lt;CODE&gt;&lt;A href="http://&amp;lt;INPUT-NAME&amp;gt;" target="test_blank"&gt;http://&amp;lt;INPUT-NAME&amp;gt;&lt;/A&gt;;&lt;/CODE&gt; ). This should not be happening and is most likely a bug. When specifying &lt;CODE&gt;sslVersion&lt;/CODE&gt; under &lt;CODE&gt;[default]&lt;/CODE&gt; stanza of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt;,  the intended/desired behavior should be the same as when specifying &lt;CODE&gt;sslVersion&lt;/CODE&gt; under the &lt;CODE&gt;[http]&lt;/CODE&gt; stanza of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file. &lt;/P&gt;</description>
    <pubDate>Sat, 24 Mar 2018 21:08:13 GMT</pubDate>
    <dc:creator>nmadhok</dc:creator>
    <dc:date>2018-03-24T21:08:13Z</dc:date>
    <item>
      <title>HTTPEventCollector cannot create token due to sslVersion configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTPEventCollector-cannot-create-token-due-to-sslVersion/m-p/316986#M59245</link>
      <description>&lt;P&gt;I'm trying to create a token in the HttpEventCollector input and I get the error:  "A token cannot have individual configuration for sslVersions".  &lt;/P&gt;

&lt;P&gt;I am required to only allow splunk to use tls1.1 or tls1.2 for ssl.  Therefore, I have  the settings below.  Is there a way a way around this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;inputs.conf:

[default]
sslVersion=tls1.1,tls1.2

server.conf:

[sslConfig]
sslVersion=tls1.1,tls1.2

web.conf:

[settings]
sslVersions=tsl1.1,tls1.2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The token I'm trying to create has these values:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Input Type: Token
Name:  accm
source name override:  N/a
Description:  N/A
Enable indexer acknowledgements:  yes
output group:  N/A
Allowed indexes:  accm_idx
source type:  accm-json
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jan 2018 17:38:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTPEventCollector-cannot-create-token-due-to-sslVersion/m-p/316986#M59245</guid>
      <dc:creator>lyndac</dc:creator>
      <dc:date>2018-01-16T17:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPEventCollector cannot create token due to sslVersion configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTPEventCollector-cannot-create-token-due-to-sslVersion/m-p/316987#M59246</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Please remove &lt;CODE&gt;sslVersion=tls1.1,tls1.2&lt;/CODE&gt; from &lt;CODE&gt;[default]&lt;/CODE&gt; section of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file and instead put it under &lt;CODE&gt;[SSL]&lt;/CODE&gt; section of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file followed by a Splunk service restart.&lt;/P&gt;

&lt;P&gt;inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SSL]
sslVersion=tls1.1,tls1.2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The issue exists because when you put &lt;CODE&gt;sslVersion&lt;/CODE&gt; under &lt;CODE&gt;[default]&lt;/CODE&gt; stanza of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file, it gets copied into each HTTP Event Collector Token stanza ( &lt;CODE&gt;&lt;A href="http://&amp;lt;INPUT-NAME&amp;gt;" target="test_blank"&gt;http://&amp;lt;INPUT-NAME&amp;gt;&lt;/A&gt;;&lt;/CODE&gt; ). This should not be happening and is most likely a bug. When specifying &lt;CODE&gt;sslVersion&lt;/CODE&gt; under &lt;CODE&gt;[default]&lt;/CODE&gt; stanza of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt;,  the intended/desired behavior should be the same as when specifying &lt;CODE&gt;sslVersion&lt;/CODE&gt; under the &lt;CODE&gt;[http]&lt;/CODE&gt; stanza of your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file. &lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 21:08:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTPEventCollector-cannot-create-token-due-to-sslVersion/m-p/316987#M59246</guid>
      <dc:creator>nmadhok</dc:creator>
      <dc:date>2018-03-24T21:08:13Z</dc:date>
    </item>
  </channel>
</rss>

