RE: [EMAIL PROTECTED] How to encrypt traffic between client and apache proxy server

2008-04-24 Thread Stephen Hu
apache proxy server check out https://issues.apache.org/bugzilla/show_bug.cgi?id=29744 and use the patch available there. its a pity that this patch still wont make it to the main tree... - Original Message - From: Stephen Hu <mailto:[EMAIL PROTECTED]> To: users@httpd.apac

[EMAIL PROTECTED] How to encrypt traffic between client and apache proxy server

2008-04-24 Thread Stephen Hu
Hi, I was trying to setup a forward proxy solution with apache, but via port 443(SSL) rather than just via 80. So I hope it should work as the following diagram: Client(IP1:Random) (IP2:443)Apache(IP2:Random) (IP3:443)Web Server 1 |SSL Hand Shake-(443)| 2 |-CONNECT I