Re: Cannot build 1.12.x on MSYS2/MinGW64

2017-11-24 Thread Maxim Dounin
Hello! On Fri, Nov 24, 2017 at 03:04:11AM -0500, joseph-pg wrote: > The build fails without this patch. Is there a chance for this to be merged > to the 1.12 branch? > https://hg.nginx.org/nginx/rev/4a343228c55e No. Try 1.13.x instead. -- Maxim Dounin http://mdounin.ru/ __

RE: Nginx + SSL problem for old browsers

2017-11-24 Thread Reinis Rozitis
> Could this be because of the lack of SNI support on old browsers? It's possible. But you should be able to tell on the client itself - if there is ssl cert domain mismatch or the client can't connect at all. Imo the easiest way to check https://www.ssllabs.com/ssltest/ p.s. newer Openssl (1

ngx_http_upstream_test_next u->peer.tries > 1

2017-11-24 Thread crasyangel
assume all servers always fail in upstream nginx would call ngx_http_upstream_next when u->peer.tries > 1, and call ngx_http_upstream_finalize_request directly when u->peer.tries == 1 it would not pass NGX_PEER_FAILED to u->peer.free so how peer->fails increase when last retry fail? Posted at

Cannot build 1.12.x on MSYS2/MinGW64

2017-11-24 Thread joseph-pg
Hi, The build fails without this patch. Is there a chance for this to be merged to the 1.12 branch? https://hg.nginx.org/nginx/rev/4a343228c55e Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277492,277492#msg-277492 ___ nginx mailing list n