You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details:
{
"name": "FetchError",
"message": "request to https://oraustagstorac.file.core.windows.net/?comp=list failed, reason: self signed certificate in certificate chain",
"stack": "FetchError: request to https://oraustagstorac.file.core.windows.net/?comp=list failed, reason: self signed certificate in certificate chain\n at ClientRequest. (C:\Users\johnsoch\AppData\Local\Programs\Microsoft Azure Storage Explorer\resources\app\node_modules\se-file-extension\dist\src\index.js:2:107389)\n at ClientRequest.emit (node:events:394:28)\n at TLSSocket.socketErrorListener (node:_http_client:447:9)\n at TLSSocket.emit (node:events:394:28)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)",
"type": "system",
"errno": "SELF_SIGNED_CERT_IN_CHAIN",
"code": "SELF_SIGNED_CERT_IN_CHAIN"
}
Steps to Reproduce
Launch Storage Explorer
open storage account
open file shares
Actual Experience
I get a pop up which has this message:
Unable to retrieve child resources.
Details:
{
"name": "FetchError",
"message": "request to https://oraustagstorac.file.core.windows.net/?comp=list failed, reason: self signed certificate in certificate chain",
"stack": "FetchError: request to https://oraustagstorac.file.core.windows.net/?comp=list failed, reason: self signed certificate in certificate chain\n at ClientRequest. (C:\Users\johnsoch\AppData\Local\Programs\Microsoft Azure Storage Explorer\resources\app\node_modules\se-file-extension\dist\src\index.js:2:107389)\n at ClientRequest.emit (node:events:394:28)\n at TLSSocket.socketErrorListener (node:_http_client:447:9)\n at TLSSocket.emit (node:events:394:28)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)",
"type": "system",
"errno": "SELF_SIGNED_CERT_IN_CHAIN",
"code": "SELF_SIGNED_CERT_IN_CHAIN"
}
Expected Experience
I should get a list of the file shares for this account.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Same issue here. Generated using OpenSSL (3.1.0), running Azurite (latest container image) in docker and connecting with Azure Storage Explorer (1.28.0) following the docs.
@stannynuytkens Your issue is different from the one in the original post. If you are using certs generated from dotnet dev-certs, we will be tracking the work to support it in your linked issue. If you need other kinds of help on your issue, please open a new one.
Preflight Checklist
Storage Explorer Version
1.23.1
Regression From
No response
Architecture
x64
Storage Explorer Build Number
20220406.1
Platform
Windows
OS Version
Windows 10 21H2 Build 19044.2788
Bug Description
Unable to retrieve child resources.
Details:
{
"name": "FetchError",
"message": "request to https://oraustagstorac.file.core.windows.net/?comp=list failed, reason: self signed certificate in certificate chain",
"stack": "FetchError: request to https://oraustagstorac.file.core.windows.net/?comp=list failed, reason: self signed certificate in certificate chain\n at ClientRequest. (C:\Users\johnsoch\AppData\Local\Programs\Microsoft Azure Storage Explorer\resources\app\node_modules\se-file-extension\dist\src\index.js:2:107389)\n at ClientRequest.emit (node:events:394:28)\n at TLSSocket.socketErrorListener (node:_http_client:447:9)\n at TLSSocket.emit (node:events:394:28)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)",
"type": "system",
"errno": "SELF_SIGNED_CERT_IN_CHAIN",
"code": "SELF_SIGNED_CERT_IN_CHAIN"
}
Steps to Reproduce
Actual Experience
I get a pop up which has this message:
Unable to retrieve child resources.
Details:
{
"name": "FetchError",
"message": "request to https://oraustagstorac.file.core.windows.net/?comp=list failed, reason: self signed certificate in certificate chain",
"stack": "FetchError: request to https://oraustagstorac.file.core.windows.net/?comp=list failed, reason: self signed certificate in certificate chain\n at ClientRequest. (C:\Users\johnsoch\AppData\Local\Programs\Microsoft Azure Storage Explorer\resources\app\node_modules\se-file-extension\dist\src\index.js:2:107389)\n at ClientRequest.emit (node:events:394:28)\n at TLSSocket.socketErrorListener (node:_http_client:447:9)\n at TLSSocket.emit (node:events:394:28)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)",
"type": "system",
"errno": "SELF_SIGNED_CERT_IN_CHAIN",
"code": "SELF_SIGNED_CERT_IN_CHAIN"
}
Expected Experience
I should get a list of the file shares for this account.
Additional Context
No response
The text was updated successfully, but these errors were encountered: