> 
> Have you found any other solution to this?  I would appreciate your
> help.
> 
Here an idea: 

- You create an https proxy (it may also be an http proxy) running
  on localhost.

- The proxy is actually a CA. when it receives a connect request,
  it creates on the fly a server certificate signed by its key.

- The CA cert of this proxy is added to the navigators trusted cas.
  If you run in a multiuser environment, add another CA layer.

In this way you can have in your proxy whatever logic you want for
establishing trust to servers, mangement of different client certs
or else, and/or you can switch to make http or https connection
in any way you want, etc.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to