Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

cURL error 56 #1017

Open
neosuke opened this issue Mar 24, 2021 · 0 comments
Open

cURL error 56 #1017

neosuke opened this issue Mar 24, 2021 · 0 comments

Comments

@neosuke
Copy link

neosuke commented Mar 24, 2021

I use OS:windows 10 and windows PHP 7.4.8
The following error occasionally occurs in "createBlockBlob"

error:----------------------------------------------------------------------------
cURL error 56: OpenSSL SSL_read: Connection was reset, errno 10054 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
error:----------------------------------------------------------------------------

source code:
$blobClient = BlobRestProxy::createBlobService($connectionString);
$blobClient->createBlockBlob($containerName, $upload_path.$file_name, $content);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant