Actions
Feature #940
closedHTTPS Rediretion
Status:
Invalid
Priority:
Urgent
Category:
mod_proxy
Target version:
-
ASK QUESTIONS IN Forums:
Description
Hi all,
I have two sites,
www1.example.com www2.example.com and a common loadbalanced www.example.com.
I am using lighttpd to redirect traffic from one site to the other when one of my site (either www1 or www2) goes down.
I am able to successully redirect http pages I am not able to redirect https pages. It is throwing a certificate address msmatch error.
how do i overcome this?
The OS i am having is Sun OS 5.9. The certificate has 5 possible alternate server names in DNS field.
my HTTPS configuration part in lighttpd.conf looks like this.
$SERVERsocket == "111.111.111.111:443" { --> Ip is lighttpd’s IP
ssl.engine = "enable"
ssl.pemfile = "/test/test.pem" (www1's Certificate)
server.name = "www.example.com"
proxy.server = ( "/" =>
( "localhost" =>
(
"host" => "255.255.255.255", --> LoadBalanced IP of www2.example.com
"port" => 443
)
)
)
Where am i going wrong?
Please Suggest.
TIA
Thanks
Carl.
-- Anonymous
Updated by stbuehler about 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
This is a bug tracker, not a support forum.
Actions
Also available in: Atom