You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modproxy-dev@apache.org by Nuno Goncalves <nu...@fccn.pt> on 2001/01/12 18:18:41 UTC

Proxy Pass with SSL

Hi there ! 
I'm trying to make a ProxyPass between two machines separated by a
firewall through port 443 (SSL)

with normal http (port 80) i can make it work and with one machine
running on port 443 and another on 443 i can make it work also.
Can the certificates be diferent or they must be the same ??

Still, the directives i use are:
<virtualhost ....>
.
.
ProxyRequests on
ProxyPass /xpto/ https://machine/xpto
ProxyPassReverse /nuno/ http://machine/xpto/
.
.
</virtualhost>

Best regards 

Nuno