I have a standalone (EXE) DataSnap server written in Delphi XE6, which I protected with an SSL certificate using the OpenSSL DLL. When I check the connection to the server, I see that it supports TLS v1.0. Now I need to make sure that the server supports TLS v1.2 (for example, to support connections from iOS9 applications). However, I cannot figure out how to do this. I made changes to the Windows registry on the server (Windows 2008R2) to enable TLS v1.2, but I think it only affects IIS applications.
Can someone show me how to enable TLS v1.2 in Windows OpenSSL DLL? I am using version 1.0.2d from a DLL. Or is there something in the properties of the DataSnap server component that need to be changed?
source share