<?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: ActiveGate not working on port 443 in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117524#M11365</link>
    <description>&lt;P&gt;Yes, in "/opt/dynatrace/oneagent/conf/ruxitagent.conf" (or similar), the list of endpoints is defined. &lt;/P&gt;&lt;P&gt;Server https://ip-of-the-ag:443/communication&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 03 May 2019 11:08:29 GMT</pubDate>
    <dc:creator>Bert_VanderHeyd</dc:creator>
    <dc:date>2019-05-03T11:08:29Z</dc:date>
    <item>
      <title>ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117518#M11359</link>
      <description>&lt;P&gt;I am trying to configure the ActiveGate listener on port 443. I edited the file:&lt;/P&gt;&lt;P&gt;/var/lib/dynatrace/gateway/config/custom.properties&lt;/P&gt;&lt;P&gt;adding the lines:&lt;/P&gt;&lt;P&gt;[com.compuware.apm.webserver]&lt;BR /&gt;port-ssl = 443&lt;/P&gt;&lt;P&gt;Is there any limitation on this port? I tried to set up others (9997,9998) and they are working fine.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Apr 2019 09:05:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117518#M11359</guid>
      <dc:creator>davide_diana1</dc:creator>
      <dc:date>2019-04-26T09:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117519#M11360</link>
      <description>&lt;P&gt;Port numbers below 1024 require elevated privileges on Linux. AG which runs as regular user is not allowed to open such port.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Apr 2019 09:11:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117519#M11360</guid>
      <dc:creator>Lukasz_Halman</dc:creator>
      <dc:date>2019-04-26T09:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117520#M11361</link>
      <description>&lt;P&gt;Thank you it makes sense! Is there a way to change the user running the activegate? &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Apr 2019 10:14:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117520#M11361</guid>
      <dc:creator>davide_diana1</dc:creator>
      <dc:date>2019-04-26T10:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117521#M11362</link>
      <description>&lt;P&gt;I tried to run it as root ant it worked. Now I am wondering: Is there a way to expose the 9999 port binding it to the 443? I tired to use "iptables" command but it seems the ruxitagent.config file keeps the 9999 port. Is there a way to "force" the Oneagent to connect using 443?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Apr 2019 10:46:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117521#M11362</guid>
      <dc:creator>davide_diana1</dc:creator>
      <dc:date>2019-04-26T10:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117522#M11363</link>
      <description>&lt;P&gt;Following iptables rule should work, however I guess the advertised port will stil be 9999 as configured at the gateway.&lt;/P&gt;&lt;PRE&gt;iptables -t nat -D PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 9999&lt;/PRE&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Apr 2019 20:11:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117522#M11363</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-04-26T20:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117523#M11364</link>
      <description>&lt;P&gt;Exactly! The issue here is that even if I set up the new routing using IP tables agents keep connecting to 9999. Is there a way to manually set up the 443 on oneagent side?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2019 08:35:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117523#M11364</guid>
      <dc:creator>davide_diana1</dc:creator>
      <dc:date>2019-05-03T08:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117524#M11365</link>
      <description>&lt;P&gt;Yes, in "/opt/dynatrace/oneagent/conf/ruxitagent.conf" (or similar), the list of endpoints is defined. &lt;/P&gt;&lt;P&gt;Server https://ip-of-the-ag:443/communication&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2019 11:08:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117524#M11365</guid>
      <dc:creator>Bert_VanderHeyd</dc:creator>
      <dc:date>2019-05-03T11:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117525#M11366</link>
      <description>&lt;P&gt;This will get overwritten as soon as agent connects. &lt;BR /&gt;Actually, the correct method is to set the property in custom.properties as described in the very first post in this thread.&lt;BR /&gt;However, until you run the gateway as root, you cannot bind to ports lower than 1024 anyway.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2019 12:38:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117525#M11366</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-05-03T12:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117526#M11367</link>
      <description>&lt;P&gt;I am not referring to the config of the activegate, but to the config of the oneagent. This file "ruxitagent.conf" also states "This file is generated automatically. Please do not modify." But when it can't reach any of the configured endpoints, you need to do something. Reinstall of the oneagent also helps (after new download from the dynatrace cluster) as it will use the updated activegate configuration.&lt;/P&gt;&lt;P&gt;I don't know about this actual use case of moving from port 9999 to 443, but I often use a proxy or loadbalancer to achieve this. The activegate's port is still 9999 and you use an external gateway to proxy traffic from port 443 to port 9999. Oneagent traffic is all TCP. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2019 13:46:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117526#M11367</guid>
      <dc:creator>Bert_VanderHeyd</dc:creator>
      <dc:date>2019-05-03T13:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate not working on port 443</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117527#M11368</link>
      <description>&lt;P&gt;Apart from the PaaS agents where the ruxitagentproc.conf never gets modified - connecting (once) to a predefined endpoint is probably the only use case I can imagine.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2019 16:36:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-not-working-on-port-443/m-p/117527#M11368</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-05-03T16:36:03Z</dc:date>
    </item>
  </channel>
</rss>

