<?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: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443 in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69125#M2053</link>
    <description>&lt;P&gt;No. Not sure if our Dynatrace sales engineer submitted a case for this, and I had to update the config file right after every update. Now I just submitted a "RFE - Please remediate SSL Vulnerability on Dynatrace managed to have TLSv1.2 enabled only" in the Dynatrace product ideas. Please go there to vote, so we can get it fixed soon. Thanks for the reminder.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Nov 2018 21:46:49 GMT</pubDate>
    <dc:creator>CharlesWu</dc:creator>
    <dc:date>2018-11-07T21:46:49Z</dc:date>
    <item>
      <title>Disable TLSv1 and TLSv1.1 on port 443 in Managed cluster</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69116#M2044</link>
      <description>&lt;P&gt;Dynatrace managed is enabled on TLSv1 and v1.1 on the user communication port 443. We are required to disable both. How can we do that? I tested the port 8443 for OneAgent communication, and only TLSv1.2 is enabled.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 11:39:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69116#M2044</guid>
      <dc:creator>CharlesWu</dc:creator>
      <dc:date>2023-06-16T11:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69117#M2045</link>
      <description>&lt;P&gt;In /opt/dynatrace-managed/server/conf/config.properties file, the line "ssl-protocols=TLSv1.2" is set, but TLSv1 and TSLv1.1 are not disabled. Do we have similar option to disable them as we did in AppMon dtfrontendserver.ini and dtserver.ini by passing  "-Dcom.dynatrace.diagnostics.ssl.protocols.unsafe=TLSv1,TLSv1.1" ?&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 01:47:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69117#M2045</guid>
      <dc:creator>CharlesWu</dc:creator>
      <dc:date>2018-05-15T01:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69118#M2046</link>
      <description>&lt;P&gt;In case of Dynatrace Managed, the 443/tcp port (in recent versions, I think it is from v136) is handled by bundled NGINX. Settings in server's config.properties are not applied for nginx.&lt;BR /&gt;&lt;BR /&gt;Actually, it's just a matter of adding:&lt;/P&gt;&lt;P&gt;        ssl_protocols TLSv1.2;&lt;/P&gt;&lt;P&gt;To the config file /opt/dynatrace-managed/nginx/conf/nginx.conf and restart the nginx. Add the line after the existing ssl settings.&lt;/P&gt;&lt;P&gt;If you have a multinode cluster, you will have to do that on every node.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 08:50:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69118#M2046</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-05-15T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69119#M2047</link>
      <description>&lt;P&gt;It works. The test from openssl returns "Secure Renegotiation IS NOT supported" on TLSv1 and 1.1. Nice. Thanks so much Julius!&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 11:28:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69119#M2047</guid>
      <dc:creator>CharlesWu</dc:creator>
      <dc:date>2018-05-15T11:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69120#M2048</link>
      <description>&lt;P&gt;Which section we need to add this parameter in config.properties ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 20:10:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69120#M2048</guid>
      <dc:creator>parthasaradhi_a</dc:creator>
      <dc:date>2018-05-30T20:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69121#M2049</link>
      <description>&lt;P&gt;It's not in config.properties, but in nginx.conf.&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 07:03:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69121#M2049</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-05-31T07:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69122#M2050</link>
      <description>&lt;P&gt;It comes to another problem that auto-update keeps overwriting nginx configuration, so TLSv1.0 and v1.1 Vulnerability keeps coming back. Every time I have to manually fix it. Can Dynatrace Vendor permanently fix this issue in the new updates/releases?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jul 2018 13:23:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69122#M2050</guid>
      <dc:creator>CharlesWu</dc:creator>
      <dc:date>2018-07-18T13:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69123#M2051</link>
      <description>&lt;P&gt;Did you open a support ticket for that? This forum answer can get unnoticed.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jul 2018 06:14:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69123#M2051</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-07-19T06:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69124#M2052</link>
      <description>&lt;P&gt;Hi Charles,&lt;/P&gt;&lt;P&gt;Did you get any fix from dynatrace support.We are also having same issue every time new updates/releases happening  we are loosing TLSv1.2 Vulnerabilities and TLSv1.0 &amp;amp; 1.1 coming back.&lt;/P&gt;&lt;P&gt;Can you please let us know if you receive any fix.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Nov 2018 16:07:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69124#M2052</guid>
      <dc:creator>tarun_agastya2</dc:creator>
      <dc:date>2018-11-04T16:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69125#M2053</link>
      <description>&lt;P&gt;No. Not sure if our Dynatrace sales engineer submitted a case for this, and I had to update the config file right after every update. Now I just submitted a "RFE - Please remediate SSL Vulnerability on Dynatrace managed to have TLSv1.2 enabled only" in the Dynatrace product ideas. Please go there to vote, so we can get it fixed soon. Thanks for the reminder.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Nov 2018 21:46:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/69125#M2053</guid>
      <dc:creator>CharlesWu</dc:creator>
      <dc:date>2018-11-07T21:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disable TLSv1 and TLSv1.1 on port 443 in Managed cluster</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/192804#M2054</link>
      <description>&lt;P&gt;You can find an answer to this question in our documentation:&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;A href="https://docs.dynatrace.com/managed/shortlink/managed-custom-install" target="_self"&gt;Customize installation for Dynatrace Managed&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the section "SSL certificates parameters"&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 09:59:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Disable-TLSv1-and-TLSv1-1-on-port-443-in-Managed-cluster/m-p/192804#M2054</guid>
      <dc:creator>miroslaw_swiatk</dc:creator>
      <dc:date>2025-03-19T09:59:42Z</dc:date>
    </item>
  </channel>
</rss>

