Let's say I have two Apache servers (one per vhost) behind an nginx server.
The problem is that I'd like Apache to do the authentication of client certificates.
Would it be possible for nginx to do the SNI part of SSL (so it knows to which Apache instance to forward to), and forward the rest to Apache?