I am using Hercules Load Balancer Virtual Appliance, for load balancing.
It is working properly for http requests.
But it doesn't work for Https requests.
What I want is, decrypt https requests by pen(load balancer) and send it to physical servers as http requests.
I used "pen
-l pen.log -p pen.pid -E mycert.pem lbhost:443 host1:80 host2:8</span>" to configure pen.
But still not working. - Do I need to configure hercules to accept SSL requests?