Re: SPDY: nginx/1.6.2: proxy_pass does not work when https is used

2014-12-16 Thread Yury Kirpichev
nginx established SSL connection with google.com, however, after that it got stuck somewhere (can provide logs if you need it) BR/ Yury 2014-12-16 3:18 GMT+03:00 Valentin V. Bartenev : > > On Tuesday 16 December 2014 00:05:03 Yury Kirpichev wrote: > > Hi, > > > > I've got

SPDY: nginx/1.6.2: proxy_pass does not work when https is used

2014-12-15 Thread Yury Kirpichev
Hi, I've got a problem when tried to proxy spdy traffic to host via https protocol. My config is simple like that: location /https/test { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_pass https://www.something.com/test; } When request is performe