Re: SSL renegotiation probelm using nginx as reverse proxy to apache

2014-04-04 Thread sean_at_stitcher
Brilliant! Thanks so much, I was pulling my hair out on this one. Just goes to show you... never rely on the apache documentation! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248982,249012#msg-249012 ___ nginx mailing list nginx@nginx.or

Re: SSL renegotiation probelm using nginx as reverse proxy to apache

2014-04-04 Thread Jonathan Matthews
On 4 Apr 2014 01:57, "sean_at_stitcher" wrote: > I'm not sure I understand why apache wants to renegotiate with nginx, nor > why nginx doesn't seem to want to do it (despite apache thinking it can.) I vaguely recall seeing (on this list) the suggestion that Apache does this (at least) when a requ

SSL renegotiation probelm using nginx as reverse proxy to apache

2014-04-03 Thread sean_at_stitcher
My goal is end-to-end encryption of multiple domains using nginx as a reverse proxy to load balance to multiple backends. Both nginx and apache use the same wildcard cert, eg *.domain.com. The first request to https://abc.domain.com/ works as expected, but a call to https://xyz.domain.com produce