Welcome! Log In Create A New Profile

Advanced

bidirection SSL upstream

Posted by lyifan 
bidirection SSL upstream
June 24, 2009 01:30PM
Hi there,

Is nginx possible to be a bidirection SSL load balancer? like the follwing configurations:
...
upstream bi-ssl {
server www.mysslserver.com:443; # This server requires client certificate
}
....

location / {
proxy_pass https://bi-ssl;
}

I think there should be somewhere to set the client certificate used to hand shake with bi-ssl. But the [b]ssl_client_certificate[/b] directive is not for this purpose.

Any suggestions?


Cheers
Yifan
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 261
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready