答复: nginx plus with ssl on TCP load balance not work

2015-06-15 Thread smith
nginx.org > 主题: Re: 答复: 答复: nginx plus with ssl on TCP load balance not work > > As long as you get something from your backend, I don't see anything could be > wrong on the proxy. Backend get the connection, that's all. > > I guess it was because your backend ge

Re: nginx plus with ssl on TCP load balance not work

2015-06-15 Thread Roman Arutyunyan
means TCP proxy not suitable for web usage, for web usage may > have many redirect usage? > > I’m going to use http/https proxy instead > > 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 ryd994 > 发送时间: 2015年6月15日 4:21 > 收件人: nginx@nginx.org > 主题: Re: 答

答复: 答复: 答复: nginx plus with ssl on TCP load balance not work

2015-06-14 Thread smith
with ssl on TCP load balance not work As long as you get something from your backend, I don't see anything could be wrong on the proxy. Backend get the connection, that's all. I guess it was because your backend get frustrated for all incoming requests being from frontend. HTTP

Re: 答复: 答复: nginx plus with ssl on TCP load balance not work

2015-06-14 Thread ryd994
As long as you get something from your backend, I don't see anything could be wrong on the proxy. Backend get the connection, that's all. I guess it was because your backend get frustrated for all incoming requests being from frontend. HTTP proxy can pass client IP info by "X-Forwarded-For". That

Re: nginx plus with ssl on TCP load balance not work

2015-06-14 Thread Roman Arutyunyan
If you proxy http with a tcp proxy to an http backend, and receive the 302 code, then IMHO you should look for problems in your http backend. On 14 Jun 2015, at 03:53, huakaibird wrote: > Any help on this? not working > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,259522,259599

Re: 答复: 答复: nginx plus with ssl on TCP load balance not work

2015-06-13 Thread huakaibird
Any help on this? not working Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259522,259599#msg-259599 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

答复: 答复: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread smith
发送时间: 2015年6月11日 10:11 收件人: nginx@nginx.org 主题: Re: 答复: nginx plus with ssl on TCP load balance not work On Thu, Jun 11, 2015 at 09:03:55AM -, smith wrote: > With info level log enabled. > > Found these: > > 80's log: > 2015/06/11 08:48:18 [info] 12719#0: *4

Re: 答复: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread huakaibird
No, I did not set proxy_ssl on, is that default on? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259522,259543#msg-259543 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: 答复: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread Ruslan Ermilov
ignin,HTTP/1.1,200,5924,211592,Mozilla/5.0 (Windows NT 6.1; > WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.60 > Safari/537.36,36.7.69.39, 172.31.11.248 > > So it that any bug? > > -邮件原件- > 发件人: smith [mailto:smith@zoom.us] > 发送时间: 2015年6月11日 8:3

答复: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread smith
1.11.248 So it that any bug? -邮件原件- 发件人: smith [mailto:smith@zoom.us] 发送时间: 2015年6月11日 8:35 收件人: 'nginx@nginx.org' 主题: 答复: nginx plus with ssl on TCP load balance not work When I'm trying http ssl, I found need to set proxy_set_header X-Forwarded-Proto $scheme; in

答复: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread smith
So it's not supported? -邮件原件- 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 Roman Arutyunyan 发送时间: 2015年6月11日 8:43 收件人: nginx@nginx.org 主题: Re: nginx plus with ssl on TCP load balance not work Stream proxy has no idea what the underlying protocol is. It cannot c

Re: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread Roman Arutyunyan
o encounter > ERR_TOO_MANY_REDIRECTS. > > Is TCP has same kind of setting? > > -邮件原件- > 发件人: smith [mailto:smith@zoom.us] > 发送时间: 2015年6月11日 8:28 > 收件人: nginx@nginx.org > 主题: 答复: nginx plus with ssl on TCP load balance not work > > The 80 is normal, And

答复: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread smith
题: 答复: nginx plus with ssl on TCP load balance not work The 80 is normal, And I tried use http ssl, also works. Don't know Why TCP not work. -邮件原件- 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 Roman Arutyunyan 发送时间: 2015年6月11日 8:25 收件人: nginx@nginx.org 主题: Re:

答复: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread smith
The 80 is normal, And I tried use http ssl, also works. Don't know Why TCP not work. -邮件原件- 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 Roman Arutyunyan 发送时间: 2015年6月11日 8:25 收件人: nginx@nginx.org 主题: Re: nginx plus with ssl on TCP load balance not work What

答复: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread smith
The 80 is normal -邮件原件- 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 Roman Arutyunyan 发送时间: 2015年6月11日 8:25 收件人: nginx@nginx.org 主题: Re: nginx plus with ssl on TCP load balance not work What about the 80 port of the stream balancer? Does it proxy the connection

Re: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread Roman Arutyunyan
conf; > } > > > stream { > >include /etc/nginx/.d/*.conf; > } > > And the content in previous email is in > .d/.conf > > There is no file under /etc/nginx/conf.d > > > Thanks. > > > -邮件原件- > 发件人: nginx-boun...

答复: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread smith
ile under /etc/nginx/conf.d Thanks. -邮件原件- 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 Roman Arutyunyan 发送时间: 2015年6月11日 7:45 收件人: nginx@nginx.org 主题: Re: nginx plus with ssl on TCP load balance not work Hi, Could you provide the full config of the nginx/stream b

Re: nginx plus with ssl on TCP load balance not work

2015-06-11 Thread Roman Arutyunyan
Hi, Could you provide the full config of the nginx/stream balancer? On 11 Jun 2015, at 09:29, huakaibird wrote: > Hi, > > I’m using nginx plus with ssl on TCP load balance, Configured like the > documentation, but it not work. (All the IP below is not real-ip) > I have web servers behind, I w

nginx plus with ssl on TCP load balance not work

2015-06-10 Thread huakaibird
Hi, I’m using nginx plus with ssl on TCP load balance, Configured like the documentation, but it not work. (All the IP below is not real-ip) I have web servers behind, I want to use ssl offloading, and I choose TCP load balance. listen on 443 and proxy to web server's 80. Page access always repo