This sounds like it could be handled by a reverse proxy setup to me. I'm pretty sure Apache Web Server can do this (see the ProxyPass/ProxyPassReverse|| directives).

-- Tim

We are trying to set up a system where a server can act as a proxy for http, while automaticaly encrypting all proxied communication via https.

For example:

(web server) <--https--> (proxy) <--http--> (browser)

The whole point of this is to be able to analyze the unencrypted
network traffic between the proxy and the browser.

Is this even possible? If it is, what would you suggest I use to
implement it?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]


Reply via email to