<?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: How to use proxy server cloud foundry in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/How-to-use-proxy-server-cloud-foundry/m-p/72619#M1220</link>
    <description>&lt;P&gt;Hi Sjoerd,&lt;/P&gt;&lt;P&gt;I am not sure if it is supported for CloudFoundry/PaaS agent approached, but with full-stack agents the parameter to use a proxy is 'PROXY'. See this link: &lt;A href="https://www.dynatrace.com/support/help/installation/operating-systems/how-do-i-install-oneagent-on-linux/"&gt;https://www.dynatrace.com/support/help/installatio...&lt;/A&gt; under the supported install parameters section.&lt;/P&gt;&lt;P&gt;That being said, I would suggest changing your 'https_proxy' value to 'PROXY'. I am not sure if it will solve things, but worth a shot. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hayden&lt;/P&gt;</description>
    <pubDate>Thu, 31 May 2018 18:44:28 GMT</pubDate>
    <dc:creator>hayden_miedema</dc:creator>
    <dc:date>2018-05-31T18:44:28Z</dc:date>
    <item>
      <title>How to use proxy server cloud foundry</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-use-proxy-server-cloud-foundry/m-p/72617#M1218</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using option 1 (create user provided service) to setup my cloudfoundry monitoring. In the network zone where this server is running, I can only connect to the internet through a proxy.&lt;/P&gt;&lt;P&gt;How can I configure the proxy server in the user-defined service?&lt;/P&gt;&lt;PRE&gt;cf cups dynatrace-service -p "environmentid, apitoken"&lt;/PRE&gt;&lt;P&gt;Problem I see is that during the restage of the app, it runs into a timeout when connecting to the dynatrace serverurl.&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 11:23:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-use-proxy-server-cloud-foundry/m-p/72617#M1218</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2018-05-31T11:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use proxy server cloud foundry</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-use-proxy-server-cloud-foundry/m-p/72618#M1219</link>
      <description>&lt;P&gt;Now with setting the option https_proxy it seems that something changed in the behavior, but still I'm getting timeouts.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/17019-screen-shot-2018-05-31-at-141704.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 12:16:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-use-proxy-server-cloud-foundry/m-p/72618#M1219</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2018-05-31T12:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use proxy server cloud foundry</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-use-proxy-server-cloud-foundry/m-p/72619#M1220</link>
      <description>&lt;P&gt;Hi Sjoerd,&lt;/P&gt;&lt;P&gt;I am not sure if it is supported for CloudFoundry/PaaS agent approached, but with full-stack agents the parameter to use a proxy is 'PROXY'. See this link: &lt;A href="https://www.dynatrace.com/support/help/installation/operating-systems/how-do-i-install-oneagent-on-linux/"&gt;https://www.dynatrace.com/support/help/installatio...&lt;/A&gt; under the supported install parameters section.&lt;/P&gt;&lt;P&gt;That being said, I would suggest changing your 'https_proxy' value to 'PROXY'. I am not sure if it will solve things, but worth a shot. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hayden&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 18:44:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-use-proxy-server-cloud-foundry/m-p/72619#M1220</guid>
      <dc:creator>hayden_miedema</dc:creator>
      <dc:date>2018-05-31T18:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use proxy server cloud foundry</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-to-use-proxy-server-cloud-foundry/m-p/72620#M1221</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/15589/view.html" nodeid="15589"&gt;@Hayden M.&lt;/A&gt;, Thank you for your reply! &lt;/P&gt;&lt;P&gt;I also found that part about putting the PROXY as attribute, but that didn't help me. When I changed it to https_proxy, I also added:&lt;/P&gt;&lt;PRE&gt;cf set-env dtest https_proxy "https://myproxy:8080/&lt;/PRE&gt;&lt;P&gt;And after that I saw a "proxytimeout" when restaging (proxyconnect tcp: dial tcp 10.x.x.x....:i/o timeout).&lt;/P&gt;&lt;P&gt;After checking with the PaaS team, I found that they forgot to open a firewall towards the proxyserver, so that this could anyways never work.&lt;/P&gt;&lt;P&gt;Still, I think with setting the https_proxy as shown in my screenshot, the download of the PAAS agent should work.&lt;/P&gt;&lt;P&gt;I'll report back when the proxyserver firewall change has been done....&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 20:02:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-to-use-proxy-server-cloud-foundry/m-p/72620#M1221</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2018-05-31T20:02:40Z</dc:date>
    </item>
  </channel>
</rss>

