<?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 Deployment Server Behind HTTPS Proxy in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Behind-HTTPS-Proxy/m-p/94997#M3494</link>
    <description>&lt;P&gt;Instead of having a deployment-server chain, I would like to provide access for some deployment clients through a https proxy.&lt;/P&gt;

&lt;P&gt;I have set up an apache https proxy and I can see the initial request going through (status 200).&lt;/P&gt;

&lt;P&gt;The second request fails with status 404: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;192.168.178.115 - - [15/Jul/2013:10:49:36 +0200] "POST /services/broker/connect/CA398386-0AEA-46D2-A0FE-021A963DB8CC/windows7/163460/windows-x64/8089 HTTP/1.0" 200 107
192.168.178.115 - - [15/Jul/2013:10:49:36 +0200] "POST /services/broker/channel/subscribe/connection_192.168.178.210_8089_splunk_windows7_CA398386-0AEA-46D2-A0FE-021A963DB8CC/tenantService%2Fhandshake%2Freply%2Fwindows7%2FCA398386-0AEA-46D2-A0FE-021A963DB8CC HTTP/1.0" 404 392
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have tried to set up Apache in both forwarding and reverse proxy mode.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2013 08:58:52 GMT</pubDate>
    <dc:creator>my2ndhead</dc:creator>
    <dc:date>2013-07-15T08:58:52Z</dc:date>
    <item>
      <title>Deployment Server Behind HTTPS Proxy</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Behind-HTTPS-Proxy/m-p/94997#M3494</link>
      <description>&lt;P&gt;Instead of having a deployment-server chain, I would like to provide access for some deployment clients through a https proxy.&lt;/P&gt;

&lt;P&gt;I have set up an apache https proxy and I can see the initial request going through (status 200).&lt;/P&gt;

&lt;P&gt;The second request fails with status 404: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;192.168.178.115 - - [15/Jul/2013:10:49:36 +0200] "POST /services/broker/connect/CA398386-0AEA-46D2-A0FE-021A963DB8CC/windows7/163460/windows-x64/8089 HTTP/1.0" 200 107
192.168.178.115 - - [15/Jul/2013:10:49:36 +0200] "POST /services/broker/channel/subscribe/connection_192.168.178.210_8089_splunk_windows7_CA398386-0AEA-46D2-A0FE-021A963DB8CC/tenantService%2Fhandshake%2Freply%2Fwindows7%2FCA398386-0AEA-46D2-A0FE-021A963DB8CC HTTP/1.0" 404 392
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have tried to set up Apache in both forwarding and reverse proxy mode.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2013 08:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Behind-HTTPS-Proxy/m-p/94997#M3494</guid>
      <dc:creator>my2ndhead</dc:creator>
      <dc:date>2013-07-15T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Behind HTTPS Proxy</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Behind-HTTPS-Proxy/m-p/94998#M3495</link>
      <description>&lt;P&gt;I am looking for same setup info... did you find a solution?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 05:07:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Behind-HTTPS-Proxy/m-p/94998#M3495</guid>
      <dc:creator>nurtdi</dc:creator>
      <dc:date>2014-04-28T05:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Behind HTTPS Proxy</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Behind-HTTPS-Proxy/m-p/94999#M3496</link>
      <description>&lt;P&gt;Probably something has changed in one of the recent releases.&lt;/P&gt;

&lt;P&gt;This nginx configuration seems to work. Not sure if it supported.&lt;/P&gt;

&lt;P&gt;splunkd.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; upstream splunkrest {
            ip_hash;
            server &amp;lt;mysplunkserver&amp;gt;:8089;
        }

    server {
            listen 8089 ssl;

            ssl_certificate     /opt/splunk/etc/auth/server.pem;
            ssl_certificate_key /opt/splunk/etc/auth/server.pem;

            location /services {
                proxy_pass &lt;A href="https://splunkrest" target="test_blank"&gt;https://splunkrest&lt;/A&gt;;

            }
        }
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 29 May 2016 10:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Behind-HTTPS-Proxy/m-p/94999#M3496</guid>
      <dc:creator>my2ndhead</dc:creator>
      <dc:date>2016-05-29T10:24:03Z</dc:date>
    </item>
  </channel>
</rss>

