I would like to find a free COM object (or any other non-COM solution) which can allow me to use SSL to communicate to a remote host with VB or ASP.
I am not looking for something like WinHTTP or MSXML because they wrap the message with HTTP headers. I need something like a pure socket program, i.e. send and receive messages to and from a remote SSL non-webserver host.
Similar products on the market are PowerTCP and IP*Works but they cost nearly $1000. Also, I have visited
http://www.mentalis.org, they do have what I need and it is free, but it is for .NET only.
I try to look for OpenSSL but they only provide Win32 platform on VC++ or Borland Builders only, and I cannot found any VB wrapper.
Thanks a lot in advance. I really need to solve the problem.
P.S. : I am not very good at VB, so a simple and easy solution with sample codes is always welcome. But I would like take every solutions to this problem if there are no simple method to solve it.
Really Thanks !
Start Free Trial