I have a server process written in Delphi which has been in production for several years. It is using the TidCmdTcpServer
to communicate with the client (also written in Delphi and using the TidTcpClient). This server uses has SSL encryption enabled.
I am contemplating writing an iPhone/iPad app to use in addition to the existing client. I have searched but have been unable to find any examples of how to connect an IOS client to the SSL encrypted TidCmdTcpServer service running on windows.
Does anyone have any ideas?
Thanks, Ken