lampa <lampa2...@gmail.com> writes:

> Hello All:
> At first , I make SSL connection By OpenSSL ,and then ,I want IE can share
> this connection ,which means that IE do not need SSL authentication again
> ,so IE can connect the WEB server on the SSL tunnel.
>
> Now,SSL connection is built by OpenSSL. But ,I do not know  IE how to share
> the SSL connection. 

Hello,

It is hard to understand exactly what you mean.  One thing that is
possible is to create an SSL tunnel from your machine to a remote
server using SSL.  Then your local Web browser can connect via this
tunnel without using SSL.  stunnel would pick up the plain TCP
connection, forward it to the SSL connection, then forward the
response back.  stunnel is a good tool for doing this, though you
could certainly implement it yourself if your needs are more
complicated.

Apart from tunneling like this, I don't think it's possible to make IE
or any Web browser use an already-established connection to a Web
server, or share the connection between a browser and another
application.

Hope this helps,

-----Scott.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to