答复: 答复: Building Nginx from source for Windows

2017-08-02 Thread 四弦
Hello, It's no problem,like any other program built on Windows. 发件人: nginx 代表 David Woodstuck 发送时间: 2017年8月3日 9:15:31 收件人: nginx@nginx.org 主题: Re: 答复: Building Nginx from source for Windows If I build Nginx by following instructions on http://nginx.org/en/docs

Re: 答复: Building Nginx from source for Windows

2017-08-02 Thread David Woodstuck
If I build Nginx by following instructions on http://nginx.org/en/docs/howto_build_on_win32.html on one Window machine, Can I copy it on this machine and paste it on another Window machine and use it? Thanks, David On Wed, Aug 2, 2017 at 1:05 AM, 四弦 wrote: > Hello, > > The binary program built

Re: AW: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread Alt
Lukas, you're of course right! My mistake, I see so many times the "ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY" error that I forgot there was another one which is completely different. Shahzaib, I'm very sorry, I can't help you :-( As said by Lukas, have you tried others files than the mp4 we see in y

ssl_error crl

2017-08-02 Thread Nogs
Hello everybody, I am a new in nginx and I need a help for crl config in my nginx.conf. About your information my ssl certificate is a trusted certificate by commodore. And the certificate that users use for authentication is provided by my own Microsoft CA. In my configuration, if I activate

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread shahzaib mushtaq
I've already update Nginx to 12.X but issue is the same : nginx version: nginx/1.12.1 built with OpenSSL 1.0.2l 25 May 2017 TLS SNI support enabled configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread Valentin V. Bartenev
On Wednesday 02 August 2017 21:43:19 shahzaib mushtaq wrote: > The only fix that worked is disabling the HTTP2 on Nginx for chrome. No > idea what the actual problem is. > [..] There are a lot of problems has been fixed since 1.10. As already suggested, you should update nginx to a supported vers

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread shahzaib mushtaq
The only fix that worked is disabling the HTTP2 on Nginx for chrome. No idea what the actual problem is. On Wed, Aug 2, 2017 at 8:11 PM, Lukas Tribus wrote: > Hello! > > > > This issue often happens when a cipher is missing in your cipher list and > > Chrome tries to use another cipher forbidden

nginscript subrequests or way to save vars between requests

2017-08-02 Thread mattw
In most of the docs for nginscript it talks about how it will not block on subrequests. But I havent seen any examples on how to perform these subrequests. Is there a way to do this? Or any way to save a variable somewhere (over the net, in a file, in memory) between requests? Or are my scripts lim

AW: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread Lukas Tribus
Hello! > This issue often happens when a cipher is missing in your cipher list and > Chrome tries to use another cipher forbidden in the HTTP/2 spec. Wrong. In that case, Chrome would return: ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY which is different than ERR_SPDY_PROTOCOL_ERROR. Also note tha

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread shahzaib mushtaq
Hi, What could be the exact cipher missing in this case ? Here is the cipher list i am using , also there's nothing i found of error in ssl labs instead for two ciphers which it said as WEAK while ssllabs gave A grade. ssl_ciphers 'ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:D

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread Alt
Hello! This issue often happens when a cipher is missing in your cipher list and Chrome tries to use another cipher forbidden in the HTTP/2 spec. Using SSL Labs would normally display such error (in the "Handshake Simulation" part of thei results). And yes, Chrome sucks for displaying an error re

Re: nginx limit_req and limit_conn not working to prevent DoS attack

2017-08-02 Thread Valery Kholodkov
I think the confusion is still there and it is in the term 'firewall'. While nginx is no good for level 3 firewall, also known as netfilter, it's perfect for application level firewall and you already mentioned it by saying that 'it manages access (protects it)'. People turn nginx into applic

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread shahzaib mushtaq
Hi, The latest update: We tested videos on Debian and everything worked smooth, the issue looks to be on FreeBSD. No idea what is it related to though. Any guidance will be very much appreciated. :( Shahzaib On Wed, Aug 2, 2017 at 1:17 PM, shahzaib mushtaq wrote: > Hi Franic, > > Thanks for

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread shahzaib mushtaq
Hi Franic, Thanks for response well i've tried lot more things, updated FreeBsd, updated openssl but issue is still there. Do you think is there any possibility it is linked with Nginx ? Here is my Nginx SSL config : https://pastebin.com/gaVWfWJv >>There is more than one version of google chrome

Re: nginx limit_req and limit_conn not working to prevent DoS attack

2017-08-02 Thread B.R. via nginx
The original confusion came from the fact you slided away from the basic mantra of the Unix philosophy stating 'Make each program do one thing well'. nginx is a Web server, which generalized itself into a stream server. It serves content and manages access (protects it). What you are trying to ach

Re: Building Nginx from source for Windows

2017-08-02 Thread itpp2012
Use this one, portable, tried, tested, production ready http://nginx-win.ecsds.eu/ 2: yes 3: yes already included. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,275804,275808#msg-275808 ___ nginx mailing list nginx@nginx.org http://mailman

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-02 Thread Francis Daly
On Tue, Aug 01, 2017 at 06:50:39PM +0500, shahzaib mushtaq wrote: Hi there, > Thanks for the answer, the browser is google chrome. Googling not helping > much we've tried various solutions but all in vain. :-( That's not much to go on. There is more than one version of google chrome. Some web r