-
Notifications
You must be signed in to change notification settings - Fork 91
Unable to get local issuer certificate #5738
Description
Preflight Checklist
- I have installed the latest version of Storage Explorer.
- I have checked existing resources, including the troubleshooting guide and the release notes.
- I have searched for similar issues.
Storage Explorer Version
1.23.1
Regression From
No response
Architecture
x64
Storage Explorer Build Number
20220406.1
Platform
Windows
OS Version
Windows 10
Bug Description
{
"message": ""{\n \"name\": \"Error\",\n \"message\": \"unable to get local issuer certificate\",\n \"stack\": \"Error: unable to get local issuer certificate\\n at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)\\n at TLSSocket.emit (node:events:394:28)\\n at TLSSocket._finishInit (node:_tls_wrap:944:8)\\n at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12)\",\n \"code\": \"UNABLE_TO_GET_ISSUER_CERT_LOCALLY\"\n}""
}
Steps to Reproduce
- Launch Storage Explorer
- Right Click Storage Accounts>Connect to Azure Storage
- Select Subscription
- Select Azure
- Select Next
- Successfully Authenticate to Azure
- Error produces
Actual Experience
Warning Message with Yellow ! shows under tenant with the following description when selecting error details:
{
"message": ""{\n \"name\": \"Error\",\n \"message\": \"unable to get local issuer certificate\",\n \"stack\": \"Error: unable to get local issuer certificate\\n at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)\\n at TLSSocket.emit (node:events:394:28)\\n at TLSSocket._finishInit (node:_tls_wrap:944:8)\\n at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12)\",\n \"code\": \"UNABLE_TO_GET_ISSUER_CERT_LOCALLY\"\n}""
}
Expected Experience
Workstation will connect to Azure storage without issue
Additional Context
No response