microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
372 stars 85 forks source link

Not able to connect to Fileshare #7848

Closed NoorahPatel closed 6 months ago

NoorahPatel commented 6 months ago

Preflight Checklist

Storage Explorer Version

1.33.0

Regression From

No response

Architecture

x64

Storage Explorer Build Number

20240301.4

Platform

Windows

OS Version

Windows 10

Bug Description

Not able to connect to File share on Azure Storage Explorer. Gives me below error message: Unable to retrieve child resources

ProducerError:{ "name": "Electron Net Error", "message": "net::ERR_TUNNEL_CONNECTION_FAILED", "stack": "Error: net::ERR_TUNNEL_CONNECTION_FAILED\n at SimpleURLLoaderWrapper. (node:electron/js2c/browser_init:2:108315)\n at SimpleURLLoaderWrapper.emit (node:events:517:28)", "cause": {} }

Steps to Reproduce

  1. Launch Storage Explorer
  2. Go to the Storage Account
  3. Go to Fileshare

Actual Experience

While connecting to Fileshare, I get below error: Unable to retrieve child resources

ProducerError:{ "name": "Electron Net Error", "message": "net::ERR_TUNNEL_CONNECTION_FAILED", "stack": "Error: net::ERR_TUNNEL_CONNECTION_FAILED\n at SimpleURLLoaderWrapper. (node:electron/js2c/browser_init:2:108315)\n at SimpleURLLoaderWrapper.emit (node:events:517:28)", "cause": {} }

Expected Experience

To be able to seamlessly connect to Fileshare

Additional Context

No response

NoorahPatel commented 6 months ago

I was able to resolve this error by adding my credentials in Proxy section. Hence closing this issue.