Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 276 forks source link

cURL error 56 #1017

Open neosuke opened 3 years ago

neosuke commented 3 years ago

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);