Hello there,
I’m trying to make an https
request, and always getting this error: failed (http result: -1 socket result: -29)
Outside Defold, everything looks fine:
$ http get https://raftwars.io/user
HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Connection: keep-alive
Content-Length: 4
Content-Type: application/json; charset=utf-8
Date: Thu, 02 Aug 2018 00:55:08 GMT
ETag: W/"4-K+iMpCQsduglOsYkdIUQZQMtaDM"
Server: nginx/1.10.3 (Ubuntu)
X-Powered-By: Express
null
It’s funny that I do can make https requests for other websites (Google, GitHub, etc), so I’m guessing it might be related to some particular SSL configuration I have to do in my server?
I’m using letsencrypt.org as SSL certificate provider.