<?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: Is there any way to tell deployment client that the deployment server is not running ssl? in Security</title>
    <link>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13493#M304</link>
    <description>&lt;P&gt;I am using ssl so I'm not in your exact boat.. just sharing info..&lt;/P&gt;</description>
    <pubDate>Sat, 14 Aug 2010 02:37:00 GMT</pubDate>
    <dc:creator>chicodeme</dc:creator>
    <dc:date>2010-08-14T02:37:00Z</dc:date>
    <item>
      <title>Is there any way to tell deployment client that the deployment server is not running ssl?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13487#M298</link>
      <description>&lt;P&gt;I have splunkd configured to run without ssl.  It removes some hassle with self signed certificates, and eliminating the ssl handshake should improve the performance of REST calls hitting splunkd.  Everything is on a trusted network, so I feel okay about it.&lt;/P&gt;

&lt;P&gt;Anyway, I'm trying to set up the deployment server, and I'm just getting this error on the forwarder:
  05-13-2010 17:08:31.003 DEBUG DeploymentClient - PhoneHomeThread woke up
  05-13-2010 17:08:31.003 WARN  DeploymentClient - Unable to send handshake message to deployment server. Error status is: not_connected
  05-13-2010 17:08:31.003 DEBUG DeploymentClient - Phonehome thread waiting for :12000 mecs&lt;/P&gt;

&lt;P&gt;I believe the server and port are correct in deploymentclient.conf, and I'm assuming this error is because I have disabled SSL.  I tried disabling ssl in server.conf on the forwarder, as well, to no effect.&lt;/P&gt;

&lt;P&gt;Thanks,
Vincent&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2010 04:43:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13487#M298</guid>
      <dc:creator>vbumgarn</dc:creator>
      <dc:date>2010-05-14T04:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to tell deployment client that the deployment server is not running ssl?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13488#M299</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Q1:&lt;/STRONG&gt;  From the command prompt of your deployment client, are you able to connect to your deployment server via a &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;telnet deploymentserver.local 8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;where &lt;EM&gt;deploymentserver.local&lt;/EM&gt; = your Splunk deployment server and &lt;EM&gt;8089&lt;/EM&gt; = the port on which its splunkd is listening?&lt;/P&gt;

&lt;P&gt;You're correct regrading SSL agreement&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
  &lt;P&gt;Note:  The deployment server and its
  deployment clients must agree in the
  SSL setting for their splunkd
  management ports. They must all have
  SSL enabled, or they must all have SSL
  disabled. To configure SSL on a Splunk
  instance, set the enableSplunkdSSL
  attribute in server.conf to "true" or
  "false".&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;STRONG&gt;Q2:&lt;/STRONG&gt;  Are both your deployment client &amp;amp; deployment server in SSL agreement?  What are the results of this command on each:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk cmd btool server list | grep enableSplunkdSSL
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 May 2010 09:36:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13488#M299</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2010-05-14T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to tell deployment client that the deployment server is not running ssl?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13489#M300</link>
      <description>&lt;P&gt;Yes, I can telnet to the port, which is 8090 in my case.  I can give it a fake HTTP request and get a 404 as you would expect.  Yes, all servers have enableSplunkdSSL = false in server.conf.  The btool command confirms that.&lt;/P&gt;

&lt;P&gt;One thing I did not mention -- the two deployment clients are on Windows, while the server is linux.  I haven't tried a linux client yet.  I'll give that a shot now and see if I have the same problem.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2010 22:33:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13489#M300</guid>
      <dc:creator>vbumgarn</dc:creator>
      <dc:date>2010-05-14T22:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to tell deployment client that the deployment server is not running ssl?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13490#M301</link>
      <description>&lt;P&gt;I have now confirmed this doesn't work between linux instances either with ssl disabled.  If I enable SSL on both client and server, then everything hums along.&lt;/P&gt;

&lt;P&gt;Any more thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2010 01:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13490#M301</guid>
      <dc:creator>vbumgarn</dc:creator>
      <dc:date>2010-06-16T01:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to tell deployment client that the deployment server is not running ssl?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13491#M302</link>
      <description>&lt;P&gt;From question 2000, there is a defect around some of these messages(SPL-30820)... &lt;/P&gt;

&lt;P&gt;I'm on 4.1.3 and everything works, yet I get a bunch of these:&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;08-11-2010 09:43:52.389 WARN  DeploymentClient - Unable to send phonehome message to deployment server. Error status is: not_connected &lt;/P&gt;

&lt;P&gt;08-11-2010 09:44:01.997 WARN  DeploymentClient - Unable to send phonehome message to deployment server. Error status is: not_connected &lt;/P&gt;

&lt;P&gt;08-11-2010 09:45:12.026 WARN  NetUtils- Bad select for loop rv = -2 &lt;/P&gt;

&lt;P&gt;08-11-2010 09:45:12.026 WARN  DeploymentClient - Unable to send phonehome message to deployment server. Error status is: not_connected &lt;/P&gt;

&lt;P&gt;08-11-2010 09:45:22.536 WARN  DeploymentClient - Unable to send phonehome message to deployment server. Error status is: not_connected&lt;/P&gt;

&lt;P&gt;Hopefully they will go away with the upgrade to 4.1.4&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2010 20:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13491#M302</guid>
      <dc:creator>chicodeme</dc:creator>
      <dc:date>2010-08-11T20:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to tell deployment client that the deployment server is not running ssl?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13492#M303</link>
      <description>&lt;P&gt;Hmm. I still haven't managed to make it work with ssl disabled. I'll try again with 4.1.4.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2010 03:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13492#M303</guid>
      <dc:creator>vbumgarn</dc:creator>
      <dc:date>2010-08-13T03:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to tell deployment client that the deployment server is not running ssl?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13493#M304</link>
      <description>&lt;P&gt;I am using ssl so I'm not in your exact boat.. just sharing info..&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2010 02:37:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13493#M304</guid>
      <dc:creator>chicodeme</dc:creator>
      <dc:date>2010-08-14T02:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to tell deployment client that the deployment server is not running ssl?</title>
      <link>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13494#M305</link>
      <description>&lt;P&gt;Are you doing cross Unix-Windows deployment? I got this error before and discovered that if my DS is Windows and my DC is a linux, for example, you have to override these configurations:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;targetRepositoryLocation = $SPLUNK_HOME\etc\apps
tmpFolder = $SPLUNK_HOME\var\run\tmp 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;targetRepositoryLocation = $SPLUNK_HOME/etc/apps
tmpFolder = $SPLUNK_HOME/var/run/tmp 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I know this is an old question and you probably have figured it out but I thought it may be useful for other people who may have come across the same problem.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 02:12:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Is-there-any-way-to-tell-deployment-client-that-the-deployment/m-p/13494#M305</guid>
      <dc:creator>hans</dc:creator>
      <dc:date>2011-06-01T02:12:17Z</dc:date>
    </item>
  </channel>
</rss>

