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

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Forum rules
New release: CSPro 8.0
Post Reply
munirmdee1
Posts: 74
Joined: August 17th, 2015, 9:32 am
Location: Dar es Salaam, Tanzania

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

Post 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
Munir Mdee
Software Programmer
National Bureau of Statistic (NBS)
Jakaya Kikwete Road,
P.O.Box 2683,
Dodoma,TANZANIA
Mob: +255 755 740090
Email: munir.mdee@nbs.go.tz
munirmdee@gmail.com
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

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

Post 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.
Post Reply