<?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: A bunch of recently released extensions impacted by the same faulty implementation in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/214869#M3107</link>
    <description>&lt;P&gt;We'll look into it and get back to you. Do you mind sharing the support case(s) so we can look into what went wrong there?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 15:32:04 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2023-06-13T15:32:04Z</dc:date>
    <item>
      <title>A bunch of recently released extensions impacted by the same faulty implementation</title>
      <link>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/214865#M3106</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Recently we have face the need to enable some Plugins on our tenants, mostly the type of Plugins that are somehow involved with creating Synthetic Monitors and pushing events to existing ones. Unfortunately, getting those to work as expected was not an easy task and in my opinion the biggest blocker was trying to get the right support in order to find out the culprit.&lt;/P&gt;
&lt;P&gt;After a few days of troubleshooting the plugins:&amp;nbsp;&lt;STRONG&gt;custom.remote.python.sftp (version 1.021) and custom.remote.python.thirdparty_dns (also version 1.021)&amp;nbsp;&lt;/STRONG&gt;I concluded that most of our problems are related to the common libraries those two plugins are using. I will enumerate here some concerns that we had to troubleshoot and overcome on our own.&lt;/P&gt;
&lt;P&gt;1. Both plugins failed to interact with the Synthetic API if the &lt;STRONG&gt;restInterface&amp;nbsp;&lt;/STRONG&gt;module is not enabled on the Active Gate that's executing the plugin (I couldn't find this stated as a requirement).&lt;/P&gt;
&lt;P&gt;2. Both plugins implement the same method &lt;STRONG&gt;build_proxy_url&amp;nbsp;&lt;/STRONG&gt;which incorrectly builds the proxy url when a proxy address is given. The problems comes from the fact the proxy address&lt;STRONG&gt; is always prefixed&lt;/STRONG&gt; with the character&lt;STRONG&gt;&amp;nbsp;@&lt;/STRONG&gt;&amp;nbsp;even when no username and password is given, resulting in an incorrect proxy url.&lt;/P&gt;
&lt;P&gt;3. Both plugins have bundled an outdated &lt;STRONG&gt;urllib3&amp;nbsp;&lt;/STRONG&gt;package (1.26.15) that can cause a incorrect SSL verification error &amp;nbsp;when a proxy is passed to any type of request:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; Max retries exceeded with url: /e/&amp;lt;our_env_id&amp;gt;/api/v1/synthetic/ext/tests (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)')))'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone investigate this reported issues and give us some insight if there is any plan to address them? For now we're manually adapting the code to make the plugin work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 07:45:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/214865#M3106</guid>
      <dc:creator>Adrian_I</dc:creator>
      <dc:date>2023-06-14T07:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: A bunch of recently released extensions impacted by the same faulty implementation</title>
      <link>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/214869#M3107</link>
      <description>&lt;P&gt;We'll look into it and get back to you. Do you mind sharing the support case(s) so we can look into what went wrong there?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 15:32:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/214869#M3107</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-06-13T15:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: A bunch of recently released extensions impacted by the same faulty implementation</title>
      <link>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215307#M3139</link>
      <description>&lt;P&gt;Hello Mike,&amp;nbsp;&lt;/P&gt;&lt;P&gt;There were two open items on this topic:&amp;nbsp;&lt;BR /&gt;- Support case Id&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;#180446 (which is an ongoing issue right now)&lt;BR /&gt;- Support case&amp;nbsp;Id&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;#172770 (were we gave up waiting on a solution and we altered the plugin ourselves)&lt;/P&gt;&lt;P&gt;Please let me know how your investigation is going on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 07:53:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215307#M3139</guid>
      <dc:creator>Adrian_I</dc:creator>
      <dc:date>2023-06-19T07:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: A bunch of recently released extensions impacted by the same faulty implementation</title>
      <link>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215455#M3152</link>
      <description>&lt;P&gt;I talked it over with the developer and:&lt;/P&gt;
&lt;P&gt;#1 will be added to the documentation.&lt;/P&gt;
&lt;P&gt;#2 is indeed an issue which we'll resolve in an upcoming version.&lt;/P&gt;
&lt;P&gt;Point #3 looks like you entered an https address to an http proxy, which would provide the error message you pointed out. Alternatively you entered a proxy address when the endpoint is going to localhost.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 10:54:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215455#M3152</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-06-20T10:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: A bunch of recently released extensions impacted by the same faulty implementation</title>
      <link>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215463#M3153</link>
      <description>&lt;P&gt;#1 has been added to the hub tile of the ping, port and DNS tiles.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 11:04:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215463#M3153</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-06-20T11:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: A bunch of recently released extensions impacted by the same faulty implementation</title>
      <link>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215467#M3154</link>
      <description>&lt;P&gt;Hello Mike, thanks for your time looking into this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed for point #3, since we no longer have the option to provide the Dynatrace URL ourselves it will always use a localhost address (at least in our setup) for making the API calls.&lt;/P&gt;&lt;P&gt;I gave it a try with dropping the proxy address entirely and it works out as expected. So can you confirm that when making the API calls in this manner the workflow goes like:&lt;/P&gt;&lt;P&gt;Request from RemotePlugin to localHost address -&amp;gt; ActiveGate (gateway) simply gets the request and forwards it further (if given, via the proxy defined under section [http.client]) -&amp;gt; and finally gets to the Dynatrace Cluster .&lt;/P&gt;&lt;P&gt;Basically, what I am trying to ask if the ActiveGate (gateway module) simply acts as a proxy in this case.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 11:42:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215467#M3154</guid>
      <dc:creator>Adrian_I</dc:creator>
      <dc:date>2023-06-20T11:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: A bunch of recently released extensions impacted by the same faulty implementation</title>
      <link>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215468#M3155</link>
      <description>&lt;P&gt;You're spot on, the AG is just a proxy in this case and it'd use the http.client if configured.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 11:43:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/A-bunch-of-recently-released-extensions-impacted-by-the-same/m-p/215468#M3155</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-06-20T11:43:46Z</dc:date>
    </item>
  </channel>
</rss>

