Kaju 2.0 SSLv3 is no longer supported

Tagging @Kem_Tekinay

Hi, I am attempting to add Kaju v2.0 to an older codebase running in Xojo 2017r2.1.

Upon running the updater I am getting the error message: “The update data cannot be read”

My UpdateURL is ‘http’ and not ‘https’. The raw variable does receive the json data from my web server.

I get an exception on Kaju.UpdateChecker.ProcessUpdateData line 75 saying “SSLv3 is no longer supported.”

I have tried changing all Kaju.HTTPSSocket ConnectionTypes to ‘SSLSocket.TLSv1’ with no luck.

Any guidance would be greatly appreciated.

Thanks,
Joe

It’s attempting to connect securely. My best advice is to trace the code where it attempts to fetch your JSON to figure out why.