I am new to the product and encryption as well, but am looking for some unix examples using with an HTTP client and a server to communicate with HTTP/S applications. I have looked through the archives, but they only go back 3 months.
I know this has had to have been done many times but am missing something.
Thanks,
Wayne A. Collins IBM Global Services IT Architect, eBI - Communications & Public Sectors wacollin@us.ibm.com 941-792-0448 Office 800-759-8888 Pin # 1019403 Pager
On Tue, 12 Oct 2004, Wayne A Collins wrote:
I am new to the product and encryption as well, but am looking for some unix examples using with an HTTP client and a server to communicate with HTTP/S applications. I have looked through the archives, but they only go back 3 months.
Explain in more detail what it is you want to accomplish and you'll get some unix examples.
Jan
On Tue, 12 Oct 2004, Wayne A Collins wrote:
I am new to the product and encryption as well, but am looking for some unix examples using with an HTTP client and a server to communicate with HTTP/S applications. I have looked through the archives, but they only go back 3 months.
I know this has had to have been done many times but am missing something.
Hi Wayne !
did you take a look at the examples page here:
http://www.stunnel.org/examples/
you should be able to extrapolate from the following cases:
# Using Stunnel on both client and server when neither speaks SSL. # Using Stunnel to provide SSL support for an IMAP server. # Using Stunnel to encrypt rsync traffic between two hosts. # Generic examples of running programs (imapd, etc) on an Stunnel daemon. # How Stunnel generates TCP wrapper service names.
Olivier