I’ve been using Kaju as my version checker for updates and the app in question was last updated 2 years ago. I received a support ticket this week, saying they were “checking for updates” and it keeps coming back with my custom message saying “Unable to check, if this persists contact technical support”, which they did.
Sure enough, I get the same thing. Both Windows and Mac versions. If I debug in Xojo, I see it seems to return a 102 error, remote closes connection. My webserver is something I host, NGINX, and I see no access in the logs, nor an error. It’s like it’s being rejected early on.
Now, if I do a curl test with --http1.0 and also the various TLS/SSL options, I can get the required json file. No rejections.
I know HTTPSecureSocket is depracated and I’ve started working on my upgrades, so will replace the update mechanism.
If I can just get it working for the existing hundreds of copies out there… (It used tooo… lol).
I am pointing at something I need to change with nginx server, but any thoughts? Thanks
4 posts - 3 participants