The error numbers in the brackets returned by tsNet are curl error numbers.
And according to
https://curl.se/libcurl/c/libcurl-errors.html

it means there was a problem sending data to the peer.

Searching further for Curl error 55 i found some causes

1. if uploading to an ftp server this error could mean that there is 
insufficient quota on the server
2. Your or the remote compute could have incorrect time settings
3. wrong firewall settings on the remote system


> Am 18.07.2023 um 12:59 schrieb Mark Smith via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> I received the following error: 
> 
> tsenterr (55) SSLWrite() returned error -9805
> 
> Anyone know what this means or where to lookup what it means?
> 
> Thanks
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to