Re: proxy_pass not seen as SNI-client according to Apache directive

2016-02-14 Thread Maxim Dounin
Hello! On Sun, Feb 14, 2016 at 01:46:48PM -0800, Robert Paprocki wrote: > > On Feb 14, 2016, at 12:58, Maxim Dounin wrote: > > > > Hello! > > > >> On Sun, Feb 14, 2016 at 08:14:20PM +0100, Lucas Rolff wrote: > >> > >> I'm having a rather odd behavior - I use nginx as a reverse proxy > >> (ba

Re: proxy_pass not seen as SNI-client according to Apache directive

2016-02-14 Thread Lucas Rolff
Hi Maxim, Thank you a lot for the quick reply, I'll give it a test tomorrow morning! And Robert has a valid point indeed, why is it actually disabled by default? Robert Paprocki 14 February 2016 at 22:46 Out of curiosity, is there a philosophical

Re: proxy_pass not seen as SNI-client according to Apache directive

2016-02-14 Thread Robert Paprocki
> On Feb 14, 2016, at 12:58, Maxim Dounin wrote: > > Hello! > >> On Sun, Feb 14, 2016 at 08:14:20PM +0100, Lucas Rolff wrote: >> >> I'm having a rather odd behavior - I use nginx as a reverse proxy (basically >> as a CDN) - where if the file isn't in cache, I do use proxy_pass to the >> origi

Re: proxy_pass not seen as SNI-client according to Apache directive

2016-02-14 Thread Maxim Dounin
Hello! On Sun, Feb 14, 2016 at 08:14:20PM +0100, Lucas Rolff wrote: > I'm having a rather odd behavior - I use nginx as a reverse proxy (basically > as a CDN) - where if the file isn't in cache, I do use proxy_pass to the > origin server, to get the file and then cache it. > > This works perfect

proxy_pass not seen as SNI-client according to Apache directive

2016-02-14 Thread Lucas Rolff
Hi guys, I'm having a rather odd behavior - I use nginx as a reverse proxy (basically as a CDN) - where if the file isn't in cache, I do use proxy_pass to the origin server, to get the file and then cache it. This works perfectly in most cases, but if the origin is running apache and happen