<?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 Certificate issue when configuring Cluster ActiveGate in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/Certificate-issue-when-configuring-Cluster-ActiveGate/m-p/178763#M703</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to configure Cluster ActiveGate to start monitoring workloads/applications on Azure and a mobile app. We configured things as per online documentation, and using a wildcard certificate. However when testing the connection to the public URL from CMC, we get result as per attachment (DT_CAG_2.png), while when attempting to access the mbeacon URL from a device on Internet, we get the "missing querystring" message as per attachment (DT_CAG_3.png). Even when we enable Dynatrace management of public domain name and certificates, we get same result. What are we missing here? Any specific log to check? How to confirm that CAG configuration is correct and ready to read monitoring data from cloud/mobile apps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alaa&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jan 2022 18:27:47 GMT</pubDate>
    <dc:creator>alaaka</dc:creator>
    <dc:date>2022-01-24T18:27:47Z</dc:date>
    <item>
      <title>Certificate issue when configuring Cluster ActiveGate</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Certificate-issue-when-configuring-Cluster-ActiveGate/m-p/178763#M703</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to configure Cluster ActiveGate to start monitoring workloads/applications on Azure and a mobile app. We configured things as per online documentation, and using a wildcard certificate. However when testing the connection to the public URL from CMC, we get result as per attachment (DT_CAG_2.png), while when attempting to access the mbeacon URL from a device on Internet, we get the "missing querystring" message as per attachment (DT_CAG_3.png). Even when we enable Dynatrace management of public domain name and certificates, we get same result. What are we missing here? Any specific log to check? How to confirm that CAG configuration is correct and ready to read monitoring data from cloud/mobile apps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alaa&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 18:27:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Certificate-issue-when-configuring-Cluster-ActiveGate/m-p/178763#M703</guid>
      <dc:creator>alaaka</dc:creator>
      <dc:date>2022-01-24T18:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate issue when configuring Cluster ActiveGate</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Certificate-issue-when-configuring-Cluster-ActiveGate/m-p/179277#M704</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate sharing your advice please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 12:26:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Certificate-issue-when-configuring-Cluster-ActiveGate/m-p/179277#M704</guid>
      <dc:creator>alaaka</dc:creator>
      <dc:date>2022-01-25T12:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate issue when configuring Cluster ActiveGate</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Certificate-issue-when-configuring-Cluster-ActiveGate/m-p/179801#M705</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/7318"&gt;@alaaka&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I usually check the "health" endpoint from a "public location" like that:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="p1"&gt;&lt;SPAN class="s1"&gt;$ curl -iS https://&amp;lt;cluster-ag-public-domain&amp;gt;:9999/rest/health&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Where&amp;nbsp;&lt;STRONG&gt;&amp;lt;cluster-ag-public-domain&amp;gt;&amp;nbsp;&lt;/STRONG&gt;is what you have set up in CMC -&amp;gt; Settings -&amp;gt; Cluster ActiveGate domain.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The result should be as following:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="s1"&gt;HTTP/1.1 200 OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;: Mon, 31 Jan 2022 10:04:35 GMT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Server&lt;/STRONG&gt;: ruxit security gateway&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;state&lt;/STRONG&gt;: RUNNING&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Content-Length&lt;/STRONG&gt;: 8&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="s1"&gt;RUNNING&lt;/SPAN&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note here especially:&lt;/P&gt;
&lt;P&gt;-&amp;gt; HTTP Header &lt;STRONG&gt;"Server: ruxit security gateway"&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-&amp;gt; HTTP code &lt;STRONG&gt;200&lt;/STRONG&gt; and payload &lt;STRONG&gt;"RUNNING"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 10:08:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Certificate-issue-when-configuring-Cluster-ActiveGate/m-p/179801#M705</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2022-01-31T10:08:16Z</dc:date>
    </item>
  </channel>
</rss>

