Right around 2008-05-30 13:51 -0400, Patel Dippen-CDP054 suggested:
Is the true? I have a similar issue. I have never implemented SSL or Stunnel. But, on whatever readup I have done so far, it seems Stunnel is a tunneling protocol (IPnIP). So, you do have to have Stunnel on the other end to extract the IP packet.
Stunnel puts data inside SSL, inside TCP. Just like HTTPS is HTTP (data) inside SSL, inside TCP.
You can think of the cleartext data inside the SSL tunnel for both of those examples. Yes, the data needs to be extracted from the SSL stream in both cases, but the application that gets it doesn't need to know diddly about it.
I mean if you are saying it will work, that's great news for me.
It works if Stunnel is on one side and an SSL client or server is on the other side.
Our Server will have OpenSSL implementation but we plan to deploy Stunnel on the Client machine.
That's what Stunnel is for.