Your perlbal configuration is empty and unlikely to work. ;-)
--
Mark Smith / xb95
smi...@gmail.com
Perlbal in SSL mode acts as an SSL unwrapper.
This means that you need to configure Apache as if there's no SSL
involved whatsoever. Apache will be on port 80 (or some other port -
but probably not 443!), Apache will NOT be configured to handle SSL,
etc.
1) User sends SSL request to Perlbal
2) Perlbal unwraps SSL, ends up with plain HTTP
3) Perlbal makes load balancing decision on where to send request
4) Request arrives at backend Apache in plain HTTP
You can configure Perlbal to insert a header (X-Is-SSL or something)
with the HEADER command on your ssl_proxy service. Then in your
backend application you can check for this header to determine that
Perlbal is speaking SSL to the enduser.
Make sense?
> If I replace the ports on lines 21 and 22 with 80 perlbal works, but
> when they are configured with port 443, it doesn't work.
Perlbal does the SSL to the client (if so configured), but always does
plaintext to the backend servers.
- ask
--
http://develooper.com/ - http://askask.com/