Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help With Upgrading ChilKat

Joined
May 18, 2013
Messages
852
Reaction score
323
Weird Question, but has anyone tried to upgrade ChilKat, and if so, what version are you running, and how hard was it to implement? I'm attempting to run high security on my server, and I'm getting this error

"
connect successful.
Closing connection in response to fatal error.
Failed to read incoming handshake messages. (1)
Client handshake failed.
Failed to connect.
Failed.
"
which is supposedly caused by the version of ChilKat used in WarZ not supporting TLS 1.2
 
Newbie Spellweaver
Joined
Apr 12, 2019
Messages
32
Reaction score
14
Once I used to try to upgrade chilkat in game launcher, but I decided to rewrite it by using another library lol
 
Upvote 0
Experienced Elementalist
Joined
May 28, 2017
Messages
225
Reaction score
127
Dont worry, iss is using chillkat only to perform http/s calls to the api just replace the crappy chillkat with curl or any other great working http/s parsing library!



This tutorial will show you how to set up curl and use it in cpp, enjoy :)





btw you just have to make sure to get curl compiled to 2008 or better 2013 if you are already compiling eclipse on 2013, if not aLca has posted a tutorial how to compile on 2013 long ago.
 
Upvote 0
Joined
Apr 2, 2013
Messages
1,098
Reaction score
4,592
I had updated it in the past without any problem, the only problem I had with chilkat was the license and the response time which is very high. So I started using other communication api with a faster response like wininet, winhttp, winsock, curl, among others...



Weird Question, but has anyone tried to upgrade ChilKat, and if so, what version are you running, and how hard was it to implement? I'm attempting to run high security on my server, and I'm getting this error

"
connect successful.
Closing connection in response to fatal error.
Failed to read incoming handshake messages. (1)
Client handshake failed.
Failed to connect.
Failed.
"
which is supposedly caused by the version of ChilKat used in WarZ not supporting TLS 1.2

Depending on the version of chilkat you are using TSL is not enabled by default, you may need to enable.
 
Last edited:
Upvote 0
Joined
Apr 12, 2013
Messages
544
Reaction score
272
Just upgrade. Not the newest but still better then that rock old version.


7yNRp1a - Help With Upgrading ChilKat - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Joined
May 18, 2013
Messages
852
Reaction score
323
I had updated it in the past without any problem, the only problem I had with chilkat was the license and the response time which is very high. So I started using other communication api with a faster response like wininet, winhttp, winsock, curl, among others...





Depending on the version of chilkat you are using TSL is not enabled by default, you may need to enable.
I'm using a version of ChilKat from 2012



Just upgrade. Not the newest but still better then that rock old version.


7yNRp1a - Help With Upgrading ChilKat - RaGEZONE Forums
Does that version require a license?
 

Attachments

You must be registered for see attachments list
Upvote 0
Joined
Apr 2, 2013
Messages
1,098
Reaction score
4,592
I'm using a version of ChilKat from 2012

try use some new version from 2019-2020, i used Chilkat v9.5.0.82 in my old project.

Does that version require a license?

Some things are paid, you will always need a license or use the standard 30-day license
 
Last edited:
Upvote 0
Back
Top