-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL SSL_write: SSL_ERROR_SYSCALL, errno 0 #15101
Comments
Thanks for the report. Could you add a trace with |
I cannot reproduce it with the curl utility, it is reproduced with code example upload-test.txt. The example uses the curl multi interface. |
I see. In that case, could you add the following line to the sample code, right after
That will give more tracing at what is happening at the network level while talking to your server. |
|
Thanks. I made #15102 with a test case and a fix for this. |
I did this
Upload of files to an FTP storage via SSL is broken in 8.10.1.
Run code from the file
upload-test.txt
Upload fails with the error code 55
I expected the following
Upload succeeds
curl/libcurl version
libcurl 8.10.1
operating system
Ubuntu 24.04 x86_64
Microsoft Windows Server 2022 x86_64
The text was updated successfully, but these errors were encountered: