Azure Blob Storage SDK - unable to set custom httpAgent #32288
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
@azure/storage-blob
12.26.0
Windows
23.4.0
5.7.2
Describe the bug
In the development environment, we're using Azurite with self-signed certificate generated using mkcert as per azurite documentation. This works correctly with the .net SDK, however with the JS one, when listing the blobs the method fails with
resterror: unable to verify the first certificate
.To get around I'd like to set up a custom agent with additional certificates similar to per stackoverflow article which uses enableGlobalHttpAgent.
Is that possible?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be a way to use the global agent and add new certs
The text was updated successfully, but these errors were encountered: