Page 1 of 1

Error connecting to sync server: received HTTP/0.9 when not allowed

Posted: March 12th, 2022, 2:42 pm
by munirmdee1
Hi CSPro users,

Im getting an error:

Error connecting to sync server: received HTTP/0.9 when not allowed

When im downloading data from a csweb server, I dont know the cause for this error. Actually I was downloading it before, I dont know what went wrong.
Help please...

Thanks

Re: Error connecting to sync server: received HTTP/0.9 when not allowed

Posted: March 15th, 2022, 5:18 pm
by aaronw
HTTP/0.9 is an old protocol developed in 1991. By default cURL disables the handling of this HTTP version. You could turn it on:
https://everything.curl.dev/http/versions

The better question might be to ask why the server is sending HTTP/0.9 requests (if it actually is)? I would have your server team look into this.