Tom.Handal DeleteThis @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