Relative Content

Tag Archive for curlbigcommercewebdav

Getting error “OpenSSL SSL_read: error:0A000126” while uploading file using webDAD

curl –digest -u user:password -T source remote_destination Getting error OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0 I need to upload file using webDAV. The command works on curl 8.5 which is present in ubuntu24.04 and not works on curl 7.81 which is the latest version on ubuntu 22.04. How can I install latest […]