Naxsi Nginx security module in nginx webserver

2017-07-17 Thread Kaushal Shriyan
Hi, Are there any rpm binary package or yum repo for CentOS 7.x to install Naxsi Nginx security module in nginx webserver? Regards, Kaushal ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Buffering issues with nginx

2017-07-17 Thread Dan34
Hi Francis, > Are you concerned about the request or the response being buffered? my problem is that response that my node app (upstream server) generates is buffered by nginx. My actual goal is to know speed and amount of data that my node app sent to a client. So, when I sent 20MB binary blob f

Re: Problem setting up ssl

2017-07-17 Thread Etienne Robillard
Hi Steve, I fixed the issue by rolling my own crt file using Fabian method. :) Cheers, E Le 2017-07-17 à 20:09, steve a écrit : Hi, On 18/07/17 11:38, Etienne Robillard wrote: Le 2017-07-17 à 19:30, Fabian A. Santiago a écrit : You likely need to concatenate your cert and your ca's i

Re: Problem setting up ssl

2017-07-17 Thread Etienne Robillard
Le 2017-07-17 à 19:30, Fabian A. Santiago a écrit : You likely need to concatenate your cert and your ca's intermediate root signing cert into one file and apply that as your nginx cert with your private key as such. Then reload nginx. Hi Fabian, Is this precisely whatsmychaincert.com is

Re: Problem setting up ssl

2017-07-17 Thread Fabian A. Santiago
On July 17, 2017 7:05:31 PM EDT, Etienne Robillard wrote: >It seems I have a problem with the SSL certificate chain, as per >whatsmychaincert.com. However my SSL certificate provider (Gandi) says >that the SSL certificate still needs to be attributed... I don't know >what to do at this point bu

Re: Problem setting up ssl

2017-07-17 Thread Etienne Robillard
It seems I have a problem with the SSL certificate chain, as per whatsmychaincert.com. However my SSL certificate provider (Gandi) says that the SSL certificate still needs to be attributed... I don't know what to do at this point but to wait for a message from Gandi. Whatsmychaincert.com is te

try_files and gzip_static

2017-07-17 Thread DonaldCock
From my knowledge, try_files works with gzip_static if both compressed and uncompressed files exist, but with "gunzip on;", it doesn't seem like try_files becomes aware of this, and so it'll only serve either the compressed or uncompressed file. Any idea how to get around this? I can't serve the f

Re: Problem setting up ssl

2017-07-17 Thread Etienne Robillard
Sorry for the noise - apparently the certicate is not yet fully working. E Le 2017-07-17 à 11:29, Etienne Robillard a écrit : Hi, I'm trying to setup ssl on my server and "nginx -t" reports no problem but the server is now listening on port 256 instead of 443. Any idea what is wrong ? Th

Problem setting up ssl

2017-07-17 Thread Etienne Robillard
Hi, I'm trying to setup ssl on my server and "nginx -t" reports no problem but the server is now listening on port 256 instead of 443. Any idea what is wrong ? Thanks, Etienne ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailm

Re: Response code 400 rather than 404

2017-07-17 Thread Maxim Dounin
Hello! On Mon, Jul 17, 2017 at 12:09:58AM -0700, li...@lazygranch.com wrote: > I'm curious why this request got a 400 response rather than a 404. > > 400 123.160.235.162 - - [16/Jul/2017:22:56:30 +] "GET /currentsetting.htm > HTTP/1.1" 173 "-" "-" "-" > > log_format main '$status $remot

Re: Buffering issues with nginx

2017-07-17 Thread Francis Daly
On Mon, Jul 17, 2017 at 02:06:27AM -0400, Dan34 wrote: Hi there, > No matter what configs I try, nginx still keeps buffering my requests. proxy_request_buffering (http://nginx.org/r/proxy_request_buffering) relates to nginx buffering the request from the client. proxy_buffering (http://nginx.or

Response code 400 rather than 404

2017-07-17 Thread li...@lazygranch.com
I'm curious why this request got a 400 response rather than a 404. 400 123.160.235.162 - - [16/Jul/2017:22:56:30 +] "GET /currentsetting.htm HTTP/1.1" 173 "-" "-" "-" log_format main '$status $remote_addr - $remote_user [$time_local] "$request" ' '$body_bytes_sent "