I wrote a secure TCP server in .NET. It was as simple as instantiating the TcpListener and migrating the connected NetworkStreams client using SslStreams.
Now I need to access this TCP server using Delphi 7 (alternatively: Delphi 2007).
I did not find anything to help, and many complex commercial packages appeared in a Google search. Is there a simpler solution, or something integrated into Delphi that I missed?
If not, are there any simple free or commercial packages that I could use?
Stefan schultze
source share