<?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: Webhook integration: Can you bypass the proxy server for local Addresses in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49308#M866</link>
    <description>&lt;P&gt;This is not possible I think.&lt;BR /&gt;There are least two  options I can think of in this case:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;be nice to the network/security team to allow direct connection without proxy to all services &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;use a proxy tunnelling mechanism to expose the remote webhooks via proxy as local endpoints. For example use socat or proxytunnel. (http://proxytunnel.sourceforge.net/), If you have several foreign webhooks you will need to setup socat/proxytunnel for each one.&lt;/LI&gt;&lt;/UL&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Nov 2018 20:24:32 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2018-11-13T20:24:32Z</dc:date>
    <item>
      <title>Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49300#M858</link>
      <description>&lt;P&gt;We have configured our Dynatrace Managed Cluster to use a proxy server to connect to Dynatrace Mission Control, and this works as desired. We are now trying to integrate Dynatrace Managed to our local Ticketing tool using WebHooks. Our ticketing tool is internal and as such, has a local IP address. When trying to integrate, it seems as though Dynatrace tries to use the proxy and this fails.&lt;/P&gt;
&lt;P&gt;Is there any way of specifying that local IP addresses should be ignored?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 13:27:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49300#M858</guid>
      <dc:creator>AmitChiba</dc:creator>
      <dc:date>2021-07-01T13:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49301#M859</link>
      <description>&lt;P&gt;After trying numerous options, I finally managed to get this to work. The following solution worked in my environment (OS = RHEL):&lt;/P&gt;&lt;P&gt;- Navigate to $DT_HOME/services&lt;/P&gt;&lt;P&gt;- Make a backup of the server.sh file&lt;/P&gt;&lt;P&gt;- Edit the server.sh file and add the following to the "export" section&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;export http_proxy=http://&amp;lt;proxyserver&amp;gt;:&amp;lt;port&amp;gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;export https_proxy=$http_proxy&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;export no_proxy=".&amp;lt;yourdomain&amp;gt;"&lt;/P&gt;&lt;P&gt;- Save the file and recycle your Managed Environment&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 13:36:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49301#M859</guid>
      <dc:creator>AmitChiba</dc:creator>
      <dc:date>2018-01-17T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49302#M860</link>
      <description>&lt;P&gt;Forgot to mention that an update could overwrite this script and the settings are gone. One more reason to integrate it somehow.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 12:08:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49302#M860</guid>
      <dc:creator>markus_reusch</dc:creator>
      <dc:date>2018-01-30T12:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49303#M861</link>
      <description>&lt;P&gt;Is this still valid for recent Dynatrace Managed sprints? Is has no effect in any environment I've tried. And the cluster management console still does not have any option to specify proxy exceptions.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 14:13:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49303#M861</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-06-13T14:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49304#M862</link>
      <description>&lt;P&gt;Hi there, the following configuration of /opt/dynatrace-managed/server/conf/config.properties does the trick. It then disable the proxy for all WebHooks.&lt;/P&gt;&lt;PRE&gt;[http.client.external]&lt;BR /&gt;...&lt;BR /&gt;proxy-off = true&lt;/PRE&gt;&lt;P&gt;- Christoph&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 06:53:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49304#M862</guid>
      <dc:creator>christoph_kopf</dc:creator>
      <dc:date>2018-06-29T06:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49305#M863</link>
      <description>&lt;P&gt;It seems a bit like this was a secret 'feature' of Managed. If you're still using it Amit C does it still work? It seems even Dynatrace support can't confirm if this would work!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2018 04:13:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49305#M863</guid>
      <dc:creator>eddie_marrett</dc:creator>
      <dc:date>2018-11-13T04:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49306#M864</link>
      <description>&lt;P&gt;Eddie, use the solution by Christoph below.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2018 07:17:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49306#M864</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-11-13T07:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49307#M865</link>
      <description>&lt;P&gt;The problem with Chris's solution below is it applies to &lt;EM&gt;all &lt;/EM&gt;the webhooks - I want to be able to config some of our webhooks to use the proxy and some not. Or am i misunderstanding and it is possible with Chris's solution?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2018 19:45:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49307#M865</guid>
      <dc:creator>eddie_marrett</dc:creator>
      <dc:date>2018-11-13T19:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49308#M866</link>
      <description>&lt;P&gt;This is not possible I think.&lt;BR /&gt;There are least two  options I can think of in this case:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;be nice to the network/security team to allow direct connection without proxy to all services &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;use a proxy tunnelling mechanism to expose the remote webhooks via proxy as local endpoints. For example use socat or proxytunnel. (http://proxytunnel.sourceforge.net/), If you have several foreign webhooks you will need to setup socat/proxytunnel for each one.&lt;/LI&gt;&lt;/UL&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2018 20:24:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49308#M866</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-11-13T20:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49309#M867</link>
      <description>&lt;P&gt;I am no longer using the above solution. I eventually went to our Security guys and asked them to redirect traffic to the specific IP address for the Webhook back internally. I havent had an issue since. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2018 06:15:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49309#M867</guid>
      <dc:creator>AmitChiba</dc:creator>
      <dc:date>2018-11-22T06:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49310#M868</link>
      <description>&lt;P&gt;None of these solutions work acros upgrades. The upgrade process will remove all changes you made these files. This is the case for the solution mentioned by @Amit C and @Christoph K. Anyone found a method that would work consistently across upgrades?&lt;/P&gt;&lt;P&gt;Jiji Joseph&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Apr 2019 03:41:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49310#M868</guid>
      <dc:creator>jiji_joseph</dc:creator>
      <dc:date>2019-04-15T03:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49311#M869</link>
      <description>&lt;P&gt;Here is the official solution from Dynatrace:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/configuration/configurable-properties-of-dynatrace-managed/"&gt;https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/configuration/configurable-properties-of-dynatrace-managed/&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2019 12:50:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49311#M869</guid>
      <dc:creator>AmitChiba</dc:creator>
      <dc:date>2019-10-16T12:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49312#M870</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see this link: &lt;A href="https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/configuration/configurable-properties-of-dynatrace-managed/"&gt;https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/configuration/configurable-properties-of-dynatrace-managed/&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2019 12:50:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/49312#M870</guid>
      <dc:creator>AmitChiba</dc:creator>
      <dc:date>2019-10-16T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook integration: Can you bypass the proxy server for local Addresses</title>
      <link>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/201936#M871</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;We have found out that there is a new section in CMC under &lt;STRONG&gt;Home&lt;/STRONG&gt; --&amp;gt; &lt;STRONG&gt;Settings&lt;/STRONG&gt; --&amp;gt; &lt;STRONG&gt;Internet proxy&lt;/STRONG&gt; page that you can exclude hosts from using the proxy.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_0-1673336780701.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9317iA9382799E2DCB967/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_0-1673336780701.png" alt="Yosi_Neuman_0-1673336780701.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 07:48:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Webhook-integration-Can-you-bypass-the-proxy-server-for-local/m-p/201936#M871</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2023-01-10T07:48:14Z</dc:date>
    </item>
  </channel>
</rss>

