godot-newgrounds-plugin icon indicating copy to clipboard operation
godot-newgrounds-plugin copied to clipboard

TLS Handshake error

Open Scooterkip opened this issue 3 years ago • 1 comments

I've tried using the sample project to get an understanding of API plugin and how to use it, the Newgrounds project I'm using it on doesn't have encryption on the API enabled and has the AppID entered. I run the sample project on desktop but each button only produces the error "_do_handshake: TLS handshake error" with the message "Response result = 5" in the projects custom output.

Scooterkip avatar Sep 05 '21 03:09 Scooterkip

Hi, i dont know, if you already solved your problem, but i had the same issue few days back. In order to fix it, you need to replace contents of "certs.pem" file with this. I already opened PR with updated file, so maybe it will be merged. Cheers

PogLop avatar Aug 12 '22 15:08 PogLop

Yeap, the most problem is when the certificate used in TSL is changed. You need keep it up to date.

rojekabc avatar Dec 05 '23 19:12 rojekabc