Hi !

A client app requests service from a server. A C++ app runs on the client machine.On the server side,java libraries are used to open SSL connection for encrypted data transmission. What needs to be done on the client side to use SSL using the C++ dll ?

Thanks