This is a discussion on Nee Help!! Apache Proxying SSL with Filtering!! within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi all, I really need help trying to figure out how to setup APACHE for proxying SSL connections. The reason ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I really need help trying to figure out how to setup APACHE for proxying SSL connections. The reason for this is because I need to filter the encrypted content of the SSL HTTPS session. Can anyone please point me in the right direction on how to get started? I know about setting up Apache with the mod_ssl and mod_proxy... Then I need to put in some sort of hook in the proxy or ssl modules? Any help would be appreciated! Thanks Tom Handal |
|
|||
|
Tom.Handal@gmail.com wrote:
> I really need help trying to figure out how to setup APACHE for > proxying SSL connections. Use ProxyPass inside of your <virtualhost ....:443>. Make sure, mod_proxy_connect is loaded, too. This is needed for SSL tunneling. did you already try <virtualhost ....:443> ProxyPass / https://otherHost/ </virtualhost> ? -- Robert |
| Thread Tools | |
| Display Modes | |
|
|