I'm trying to connect to my DataSnap service using REST over HTTPS, both from my Delphi Win32 app and an Android app. In my Delphi client I get the message 'Connection Closed Gracefully', and my Android app fails with 'No peer certificate'. I'm guessing I need something installed on the client end. I've installed the 2 OpenSSL DLLs 'libeay32.dll' and 'ssleay32.dll' in the EXE folder on the Win32 app as recommended by other posts but this hasn't resolved the problem.
One thing to note is I can successfully connect over HTTPS from the Win32 app using DBXpress - using the TSQLConnection component. It just doesn't work using TDSRESTConnection. With Android I only have the option of REST.
Hopefully I'm just missing something simple?