Re: nginx core dump explodes

2016-06-20 Thread martinproinity
Thanks, setting the value to 600G made it possible to get a dump. But it took ages and the system became quite unstable. What can cause the dump to become that large? There is almost no traffic (<10Mbps) on this server with 32G memory. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,26

Re: Double Redirect

2016-06-20 Thread itpp2012
Lebod Wrote: > > What do you think this does?: return 301 > > https://www.example.com$request_uri; > > Doesn't that re-direct https://example.com to https://www.example.com > ? It would if you used "listen 443", maybe you should read the docs to get a basic grasp what your doing. https://www.ng

Re: Double Redirect

2016-06-20 Thread Lebod
itpp2012 Wrote: --- > Lebod Wrote: > --- > > Thank you for the reply; > > > > If we did this: > > > > server { > > listen 80; > > -listen 443 ssl; > > server_name example.com ***IP Address

Re: Double Redirect

2016-06-20 Thread itpp2012
Lebod Wrote: --- > Thank you for the reply; > > If we did this: > > server { > listen 80; > -listen 443 ssl; > server_name example.com ***IP Address***; > return 301 https://www.example.com$request_uri; > } > > Wouldn't this stop https

Re: Double Redirect

2016-06-20 Thread Lebod
Thank you for the reply; If we did this: server { listen 80; -listen 443 ssl; server_name example.com ***IP Address***; return 301 https://www.example.com$request_uri; } Wouldn't this stop https://example.com from re-directing to https://www.example.com then ? Posted at Nginx Forum: h

Re: nginx core dump explodes

2016-06-20 Thread Maxim Dounin
Hello! On Fri, Jun 17, 2016 at 07:30:26AM -0400, martinproinity wrote: > nginx version: nginx/1.11.1 > built with OpenSSL 1.0.2h 3 May 2016 > > I try to debug those alerts currently, which only appear after a reload: > > 2016/06/17 13:10:49 [alert] 14624#0: *15709 open socket #626 left in > co

Re: SSL handshake failed with mutual TLS

2016-06-20 Thread CJ Ess
Check that you have both the certificate and any intermediate certificates in your pem file - you can skip the top-most CA certificates as those are generally included in your browser's CA store - but the intermediates are not. I believe Nginx wants certs ordered from bottom-most (your cert) to to

Re: add limit_upstream to nginx

2016-06-20 Thread matt_l
Hi Chuanwen Your module did not quite work for me. I opened up a ticket here. https://github.com/cfsego/nginx-limit-upstream/issues/12 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,267614,267727#msg-267727 ___ nginx mailing list nginx@nginx