SSL handshake failed (-1) for certain https hosts (DEF-2633) (SOLVED)

Thank you for providing an update and confirming that it was indeed the ciphers.

Yes, this is something we need to address at some point. Thank you for pointing this out.

1 Like

The documentation was updated with supported cipher suites a couple of release ago here: https://www.defold.com/ref/http/#http.request:url-method-callback--headers---post_data---options-

Changing our SLL library to allow more modern ciphers is in the backlog, as @britzl stated.

2 Likes

Does it help with:


?

We are making progress on this issue and we have at east partially pinpointed the problem. We will continue to work on it this sprint, and hopefully have a solution in place soon.

2 Likes

We replaced the old SSL library with the new one mbedTLS.
It should work fine starting 1.2.162

3 Likes