Web Servers on Unix and Linux - (apache2) reverse-proxy and ssl-connections

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers on Unix and Linux > December 2004 > (apache2) reverse-proxy and ssl-connections





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author (apache2) reverse-proxy and ssl-connections
Martin Schmidt

2004-12-29, 7:49 am

Hello,

we plan to use a reverse-proxy for our backend server (tomcat).
The reverse-proxy is reachable for https requests only..
The mapping would be something like this:

ProxyPass /app1/ https://intranet:8443/app1/
ProxyPassReverse /app1/ https://intranet:8443/app1/
ProxyPass /app2/ https://intranet:8443/app2/
ProxyPassReverse /app2/ https://intranet:8443/app2/

Will the proxy create a new https/ssl-connection to the intranet
server for each incoming https-connection? I'm concerned about
the whole ssl-handshake overhead...

Greetings and thanks in advance,

Martin



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com