<?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: Dynatrace App install error SELF_SIGNED_CERT_IN_CHAIN in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/248764#M978</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/38283"&gt;@sinisa_zubic&lt;/a&gt;&amp;nbsp; . Solution worked.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 13:43:53 GMT</pubDate>
    <dc:creator>Sachinpai</dc:creator>
    <dc:date>2024-06-20T13:43:53Z</dc:date>
    <item>
      <title>Dynatrace App install error SELF_SIGNED_CERT_IN_CHAIN</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/248485#M973</link>
      <description>&lt;P&gt;I was trying to follow the Sample App creation document&amp;nbsp;&lt;A href="https://developer.dynatrace.com/getting-started/quickstart/" target="_blank"&gt;Five minutes to your first app | Dynatrace Developer&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting error while running&amp;nbsp;&lt;SPAN&gt;npx dt-app@latest create --environment-url &amp;lt;URL&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Searching for template repositories...Error reading repository archive: TypeError: fetch failed&lt;BR /&gt;at node:internal/deps/undici/undici:12618:11&lt;BR /&gt;at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ause: Error: self-signed certificate in certificate chain&lt;BR /&gt;at TLSSocket.onConnectSecure (node:_tls_wrap:1659:34)&lt;BR /&gt;at TLSSocket.emit (node:events:517:28)&lt;BR /&gt;at TLSSocket._finishInit (node:_tls_wrap:1070:8)&lt;BR /&gt;at ssl.onhandshakedone (node:_tls_wrap:856:12) {&lt;BR /&gt;code: 'SELF_SIGNED_CERT_IN_CHAIN'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 18:47:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/248485#M973</guid>
      <dc:creator>Sachinpai</dc:creator>
      <dc:date>2024-06-17T18:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace App install error SELF_SIGNED_CERT_IN_CHAIN</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/248643#M977</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/71933"&gt;@Sachinpai&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe there is somewhere a firewall in place which does SSL termination and therefore you are getting this error.&lt;BR /&gt;To disable ssl check you can do following&lt;/P&gt;
&lt;P&gt;on Windows (powershell), run following command&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$Env:NODE_TLS_REJECT_UNAUTHORIZED='0'; &amp;amp; npx dt-app@latest create&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On Linux/unix, run following command:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NODE_TLS_REJECT_UNAUTHORIZED='0' npx dt-app@latest create&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if this has solved your issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 09:06:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/248643#M977</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2024-06-19T09:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace App install error SELF_SIGNED_CERT_IN_CHAIN</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/248764#M978</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/38283"&gt;@sinisa_zubic&lt;/a&gt;&amp;nbsp; . Solution worked.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 13:43:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/248764#M978</guid>
      <dc:creator>Sachinpai</dc:creator>
      <dc:date>2024-06-20T13:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace App install error SELF_SIGNED_CERT_IN_CHAIN</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/251409#M1031</link>
      <description>&lt;P&gt;In PowerShell, I tried setting&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$Env:NODE_TLS_REJECT_UNAUTHORIZED='0'&lt;/PRE&gt;&lt;P&gt;and then running&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;npx dt-app@latest create&lt;/PRE&gt;&lt;P&gt;and was left with the same error. Any ideas? I am stuck here and wondering why it worked for everyone else.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aaron2_0-1721750665967.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/21337i7F29F817116947A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aaron2_0-1721750665967.png" alt="aaron2_0-1721750665967.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 16:04:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/251409#M1031</guid>
      <dc:creator>aaron2</dc:creator>
      <dc:date>2024-07-23T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace App install error SELF_SIGNED_CERT_IN_CHAIN</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/251587#M1034</link>
      <description>&lt;P&gt;you need to set the environment variable and run the command in the same line. In your screen shot I see you have separated that.&lt;/P&gt;
&lt;P&gt;Just copy this into powershell and hit enter&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$Env:NODE_TLS_REJECT_UNAUTHORIZED='0'; &amp;amp; npx dt-app@latest create&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:38:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Dynatrace-App-install-error-SELF-SIGNED-CERT-IN-CHAIN/m-p/251587#M1034</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2024-07-25T09:38:22Z</dc:date>
    </item>
  </channel>
</rss>

