<?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 AzureBlobs failed to get the response: 'The underlying connection was closed: Could not establish in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4731767#M41111</link>
    <description>&lt;P&gt;HI everyone:&lt;BR /&gt;&lt;BR /&gt;I hope you are doing well. I have installed and configured the On-premises data gateway, but whenever I try to refresh any Dataflow, the status shows as failed. I checked the logs and found the following message:&lt;BR /&gt;Non-gateway exception encountered in activity scope: Microsoft.Data.Mashup.MashupValueException (0x80004005): AzureBlobs failed to get the response: 'The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.'.&lt;BR /&gt;&lt;BR /&gt;Could you help me please?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jun 2025 15:39:14 GMT</pubDate>
    <dc:creator>TorresJA</dc:creator>
    <dc:date>2025-06-13T15:39:14Z</dc:date>
    <item>
      <title>AzureBlobs failed to get the response: 'The underlying connection was closed: Could not establish</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4731767#M41111</link>
      <description>&lt;P&gt;HI everyone:&lt;BR /&gt;&lt;BR /&gt;I hope you are doing well. I have installed and configured the On-premises data gateway, but whenever I try to refresh any Dataflow, the status shows as failed. I checked the logs and found the following message:&lt;BR /&gt;Non-gateway exception encountered in activity scope: Microsoft.Data.Mashup.MashupValueException (0x80004005): AzureBlobs failed to get the response: 'The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.'.&lt;BR /&gt;&lt;BR /&gt;Could you help me please?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 15:39:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4731767#M41111</guid>
      <dc:creator>TorresJA</dc:creator>
      <dc:date>2025-06-13T15:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: AzureBlobs failed to get the response: 'The underlying connection was closed: Could not establish</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4731821#M41112</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1289900" data-lia-user-login="TorresJA" class="lia-mention lia-mention-user"&gt;TorresJA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The error message ty&lt;SPAN&gt;pically indicates a &lt;/SPAN&gt;&lt;STRONG&gt;certificate trust issue&lt;/STRONG&gt;&lt;SPAN&gt; between your on-premises data gateway and Azure services like Azure Blob Storage. It occurs may:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Invalid or Untrusted Root Certificates&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Outdated TLS Version Support&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Interception by Antivirus/Firewall&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Missing Gateway Configuration or Mismatch&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Solutions&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;H4&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;1. Check the SSL/TLS Certificate Trust Chain&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Open a browser on the gateway machine.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Go to the Blob Storage URL you're trying to connect to (e.g., https://&amp;lt;yourstorageaccount&amp;gt;.blob.core.windows.net).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;See if it loads without certificate errors.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If it doesn’t, install the missing intermediate/root certificates.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;2. Force TLS 1.2 Support (Windows Registry)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;&lt;P&gt;Make sure your OS is using TLS 1.2 by default:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Open regedit and navigate to:&amp;nbsp;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add or update these DWORD values:&lt;/P&gt;&lt;PRE&gt;SchUseStrongCrypto = 1
SystemDefaultTlsVersions = 1&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Repeat the same under: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319&lt;/LI&gt;&lt;LI&gt;Then &lt;STRONG&gt;reboot&lt;/STRONG&gt; your system.&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;3. Update Gateway and OS&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Make sure you’re running the latest version of the On-premises Data Gateway.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Update Windows, especially the root certificate store.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If possible, update to the latest .NET Framework runtime.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Verify Dataflow Gateway Usage&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the Power BI Service:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Go to the workspace where your Dataflow is.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Edit the Dataflow → Check the data source settings.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Ensure the gateway is mapped correctly to the source.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If you found this solution helpful, please consider accepting it and giving it a kudos (Like) it’s greatly appreciated and helps others find the solution more easily.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/nasif-azam-9aa2331a0/" target="_blank" rel="noopener nofollow noreferrer"&gt;Nasif Azam&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 17:01:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4731821#M41112</guid>
      <dc:creator>Nasif_Azam</dc:creator>
      <dc:date>2025-06-13T17:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: AzureBlobs failed to get the response: 'The underlying connection was closed: Could not establish</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4733409#M41123</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1289900" data-lia-user-login="TorresJA" class="lia-mention lia-mention-user"&gt;TorresJA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Community&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As highlighted by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="871356" data-lia-user-login="Nasif_Azam" class="lia-mention lia-mention-user"&gt;Nasif_Azam&lt;/a&gt;&amp;nbsp;, the issue is likely due to a certificate trust or TLS configuration problem on the gateway machine. Please verify SSL certificate trust, enforce TLS 1.2 via registry, and ensure your gateway is up to date and correctly mapped in the Dataflow settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, you can also refer to this doc: &lt;A href="https://learn.microsoft.com/en-us/data-integration/gateway/service-gateway-install#certificate-requirements" target="_blank"&gt;Install an on-premises data gateway | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please reach out for further assistance.&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider&amp;nbsp;to&amp;nbsp;Accept as the solution&amp;nbsp;to help the other members find it more quickly and a&amp;nbsp;kudos&amp;nbsp;would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 11:19:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4733409#M41123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-16T11:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: AzureBlobs failed to get the response: 'The underlying connection was closed: Could not establish</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4736707#M41147</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1289900" data-lia-user-login="TorresJA" class="lia-mention lia-mention-user"&gt;TorresJA&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 04:37:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4736707#M41147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-19T04:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: AzureBlobs failed to get the response: 'The underlying connection was closed: Could not establish</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4739562#M41174</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1289900" target="_blank"&gt;@TorresJA&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jun 2025 05:13:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4739562#M41174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-22T05:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: AzureBlobs failed to get the response: 'The underlying connection was closed: Could not establish</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4742974#M41203</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1289900" data-lia-user-login="TorresJA" class="lia-mention lia-mention-user"&gt;TorresJA&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 04:09:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/AzureBlobs-failed-to-get-the-response-The-underlying-connection/m-p/4742974#M41203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-25T04:09:57Z</dc:date>
    </item>
  </channel>
</rss>

