<?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: Openkit without HTTPS ? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112961#M8623</link>
    <description>&lt;P&gt;I believe the statement "&lt;STRONG&gt;All OpenKit communication to the backend happens via HTTPS.&lt;/STRONG&gt;" refers to Cluster ActiveGate or the Dynatrace beacon forwarder (in case of SaaS).&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2020 19:50:54 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2020-05-20T19:50:54Z</dc:date>
    <item>
      <title>Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112959#M8621</link>
      <description>&lt;P&gt;I'm having a strange situation where I cannot get an Openkit implementation working. Digging through the details, it seems that it might be related to trying to use a non-HTTPS connection.&lt;/P&gt;&lt;P&gt;In the first place, I'm using an "Instrumented web server", and since this is being done inside an organization, an existing HTTP application was used, with the new termination in /dtmb. I did not give a lot of importance to it, but since the configuration permitted an HTTP:// URL, I did not put an HTTPS:// URL.&lt;/P&gt;&lt;P&gt;A very simple Openkit instrumentation was done, everything appears to be working (no errors), but there is no case where the initial validation openKit.IsInitialized gets TRUE.&lt;/P&gt;&lt;P&gt;Digging through the details I have discovered in&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/extend-dynatrace/openkit/installation-and-operation/dynatrace-openkit-api-methods/" target="_blank"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/openkit/installation-and-operation/dynatrace-openkit-api-methods/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;that this might be important:&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;All OpenKit communication to the backend happens via HTTPS.&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;Given this, it seems that my HTTP endpoint will probably not work. But since it is allowed in the "Instrumented web server", it might be allowed afterall. Has anybody managed to pass it through an HTTP endpoint? Or any other idea why openKit.IsInitialized would always return FALSE?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 18:49:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112959#M8621</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2020-05-20T18:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112960#M8622</link>
      <description>&lt;P&gt;It's a good practice to use the Cluster ActiveGate for this purpose. An instrumented web server should work as well. &lt;BR /&gt;&lt;BR /&gt;I just tried it and it was working for me without any issue (Java with OpenKit library 1.4.2). Which language and library version are you using?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 19:38:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112960#M8622</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-05-20T19:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112961#M8623</link>
      <description>&lt;P&gt;I believe the statement "&lt;STRONG&gt;All OpenKit communication to the backend happens via HTTPS.&lt;/STRONG&gt;" refers to Cluster ActiveGate or the Dynatrace beacon forwarder (in case of SaaS).&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 19:50:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112961#M8623</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-05-20T19:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112962#M8624</link>
      <description>&lt;P&gt;I believe from your answer that you tried it with HTTP?&lt;/P&gt;
&lt;P data-unlink="true"&gt;Using VB.NET&amp;nbsp; and version 1.4.5.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 12:59:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112962#M8624</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-12-10T12:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112963#M8625</link>
      <description>&lt;P&gt;Correct. Using http against an instrumented application server. Do you have a correct URL path? (it must end with /mbeacon).&lt;BR /&gt;Also OpenKit library does have a verbose option that can be set during initialization. Did you try to turn this on?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 21:58:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112963#M8625</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-05-20T21:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112964#M8626</link>
      <description>&lt;P&gt;In the latest version, an Instrumented web server must end in /dtmb instead of /mbeacon. Have been wondering if that might be an issue...&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 22:20:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112964#M8626</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2020-05-20T22:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112965#M8627</link>
      <description>&lt;P&gt;Works as well. Openkit-java-1.4.3 (latest release) with /dtmb . I'm wondering when this change was introduced. Docs still refer the /mbeacon and I did not find anything in the changelogs. Only place is the Dynatrace UI which shows /dtmb when trying to reconfigure the application. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are you sending directly to the instrumented web server or is some kind of load balancer in the path? (it might filter or otherwise modify the requests).  Did you try to turn on the verbose output of openkit?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 07:16:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112965#M8627</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-05-21T07:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112966#M8628</link>
      <description>&lt;P&gt;Yes, the verbose output reveals that there are HTTP/403 replies from the endpoint. Going to try these approaches, not necessarily by this order:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;HTTPS vs HTTP. Given your reply, this doesn't seem to be an issue.&lt;/LI&gt;&lt;LI&gt;/mbeacon vs /dtmb. Nothing really that I can do here, since I can now only specify /dtmb.&lt;/LI&gt;&lt;LI&gt;OneAgent on the running system is 1.189, which might mean it is not /dtmb aware...&lt;/LI&gt;&lt;LI&gt;Some type of intermediate system blocking requests, as you suggest.&lt;/LI&gt;&lt;LI&gt;Trying to replicate the issue through manual testing. Related to the point before, and trying to follow f«guidelines like the one in the following link, but associated with /dtmb &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configuration/web-applications/troubleshooting/why-dont-i-see-my-applications-or-monitoring-data/#expand-1182can-i-test-that-the-monitor-signal-passes-through-my-infrastructure" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configuration/web-applications/troubleshooting/why-dont-i-see-my-applications-or-monitoring-data/#expand-1182can-i-test-that-the-monitor-signal-passes-through-my-infrastructure&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Some type of beacon domain whitelisting, like referenced in the following link, but which has several associated risks: &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configuration/web-applications/additional-configuration/configure-beacon-domain-whitelist/" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configuration/web-applications/additional-configuration/configure-beacon-domain-whitelist/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 21 May 2020 13:40:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112966#M8628</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2020-05-21T13:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112967#M8629</link>
      <description>&lt;P&gt;Do just a curl/wget or browser request from the endpoint where you are trying to send data from to the target webserver (e.g. &lt;A rel="noopener noreferrer" href="http://myapp.mydomain/dtmb" target="_blank"&gt;http://myapp.mydomain/dtmb&lt;/A&gt;).&lt;BR /&gt;The server must reply with HTTP/200&lt;BR /&gt;&lt;BR /&gt;The beacon whitelist might be the cause here as according to docs, OneAgent should reply with HTTP/403 if the domain does not match.&lt;BR /&gt;&lt;BR /&gt;The configuration in Dynatrace UI, whether you send data to Cluster ActiveGate or instrument webserver does not really matter for the app. At least it did not in my case.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 14:20:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112967#M8629</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-05-21T14:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112968#M8630</link>
      <description>&lt;P&gt;I have figured out it must really be some security in between, and already have a workaround. Both dtmb &amp;amp; mbeacon are available. Let's see if the custom application will go ahead, but that's for tomorrow &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 17:01:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112968#M8630</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2020-05-21T17:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112969#M8631</link>
      <description>Very likely if you have some load balancer or web application firewall in between, strange things may happen. Please share your findings.</description>
      <pubDate>Thu, 21 May 2020 19:35:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112969#M8631</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2020-05-21T19:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Openkit without HTTPS ?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112970#M8632</link>
      <description>&lt;P&gt;Yep, it worked! It was a security configuration, that didn't permit /dtmb directly at the beginning of the URL. But once given another "directory", like &lt;A rel="noopener noreferrer" href="http://example.com/application/dtmb," target="_blank"&gt;http://example.com/application/dtmb,&lt;/A&gt; it worked! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 11:20:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Openkit-without-HTTPS/m-p/112970#M8632</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2020-05-22T11:20:06Z</dc:date>
    </item>
  </channel>
</rss>

