Azure / Azure/Azurite

ServiceRequestError while uploading file to Azurite blob

Open
#1,413 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.3k
Forks
393
Avg merge
1d 20h
Merged PRs (30d)
36

Description

### Which service(blob, file, queue, table) does this issue concern?
blob
### Which version of the Azurite was used?
3.16.0
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
Visual Studio Code Extension
### What's the Node.js version?

### What problem was encountered?
[ServiceRequestError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)]()
### Steps to reproduce the issue?
from azure.storage.blob import BlobServiceClient

blob_service_client = BlobServiceClient(
account_url= 'https://127.0.0.1:10000/devstoreaccount1/test-container',
credential= 'Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==')

container_client = blob_service_client.get_container_client(container=container_name)

with open('sample.csv', 'rb') as data:
blob_client = container_client.upload_blob(name="sample.csv", data = data, overwrite = True)

If possible, please provide the debug log using the -d parameter, replacing \ with an appropriate path for your OS, or review the instructions for docker containers:

```
-d ""
```

Please be sure to remove any PII or sensitive information before sharing!
The debug log will log raw request headers and bodies, so that we can replay these against Azurite using REST and create tests to validate resolution.

### Have you found a mitigation/solution?
No

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.