Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Pass SSL through balancer, let workers decrypt |
|
Author |
|
DaveEcometry
Joined: 23 Oct 2014 Posts: 5
|
Posted: Thu 23 Apr '15 20:44 Post subject: Pass SSL through balancer, let workers decrypt |
|
|
I'm using mod_proxy_balancer in Apache 2.2.29 with OpenSSL on Windows to distribute HTTPS requests to two other back end servers, both of which are also Apache 2.2.29 with OpenSSL on Windows.
DumpIO shows that the requests are being decrypted on the balancer, and then sent unencrypted to the two workers. I would like to have the requests pass through the balancer without decrypting there, and let the two back end worker servers do the decryption. Is that possible? If so, how?
When I tried simply disabling SSL on the balancer, the requests fail, with nothing logged at all.
Thanks,
Dave |
|
Back to top |
|
DaveEcometry
Joined: 23 Oct 2014 Posts: 5
|
|
Back to top |
|
pat9
Joined: 04 May 2015 Posts: 2 Location: US, Houston
|
Posted: Mon 04 May '15 17:04 Post subject: |
|
|
Dave, Thanks - I was wondering if that was even possible. Thanks for sharing.
Regards. |
|
Back to top |
|
|
|
|
|
|