Re: Nginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated.

2016-03-04 Thread Alt
Hello, Great, thanks Andrew! Best Regards Posted at Nginx Forum: https://forum.nginx.org/read.php?2,265036,265115#msg-265115 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated.

2016-03-03 Thread Andrew Hutchings
Hi, This link was also shown to me today. I have contacted Google to ask them to reverse the decision to drop NPN HTTP/2. Kind Regards Andrew On 03/03/16 16:00, Alt wrote: Hello, "In most cases HTTP/2 with NPN in OpenSSL 1.0.1 will work for now.", yes, for now, sadly Google will remove the

Re: Nginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated.

2016-03-03 Thread Alt
Hello, Jim Ohlstein Wrote: --- > If you need http2 there is always the option to compile your own nginx > binary against a more modern version of OpenSSL than what your > operating system provides, or to change operating systems to one which > pr

Re: Nginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated.

2016-03-03 Thread Jim Ohlstein
Hello, > On Mar 3, 2016, at 11:00 AM, Alt wrote: > > Hello, > > "In most cases HTTP/2 with NPN in OpenSSL 1.0.1 will work for now.", yes, > for now, sadly Google will remove the NPN support in Chrome "soon": "We plan > to remove support for SPDY in early 2016, and to also remove support for the

Re: Nginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated.

2016-03-03 Thread Alt
Hello, "In most cases HTTP/2 with NPN in OpenSSL 1.0.1 will work for now.", yes, for now, sadly Google will remove the NPN support in Chrome "soon": "We plan to remove support for SPDY in early 2016, and to also remove support for the TLS extension named NPN in favor of ALPN in Chrome at the same

Re: Nginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated.

2016-03-03 Thread Andrew Hutchings
:32, dannydekr wrote: I have Ubuntu 14.04 with OpenSSL 1.0.2G, Upgraded to Nginx 1.9.11 mainline (PPA) from 1.8.1 stable, because Chrome will drop SPDY in a few months. Better be prepared. Everything went fine, but when I test HTTP2 I notice that ALPN doesn't work: No ALPN negotiated Since I

Nginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated.

2016-03-03 Thread dannydekr
I have Ubuntu 14.04 with OpenSSL 1.0.2G, Upgraded to Nginx 1.9.11 mainline (PPA) from 1.8.1 stable, because Chrome will drop SPDY in a few months. Better be prepared. Everything went fine, but when I test HTTP2 I notice that ALPN doesn't work: No ALPN negotiated Since I have the latest ve

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-18 Thread jshare
With the release of ngx_pagespeed 1.10.33.5, I'm no longer having any make issues with 1.9.11 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264422,264581#msg-264581 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/lis

Re: nginx-1.9.11 (Patch to build rDNS module)

2016-02-13 Thread A. Schulze
A. Schulze: The attached patch solve at least the compile error. now also verified the module work with nginx-1.9.11 Andreas ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: problems with building nginx 1.9.11 ( with pagespeed )

2016-02-11 Thread steve
Sorry! On 02/12/2016 12:04 PM, steve wrote: Server debian jessie, and I'm using the same build script ( which does include 3rd party stuff ) a 1.9.10 which built flawlessly To get it to build at all, I had to add the option ' -Wno-write-strings' to the CFLAGS in objs/Makefile, and the res

problems with building nginx 1.9.11 ( with pagespeed )

2016-02-11 Thread steve
Server debian jessie, and I'm using the same build script ( which does include 3rd party stuff ) a 1.9.10 which built flawlessly To get it to build at all, I had to add the option ' -Wno-write-strings' to the CFLAGS in objs/Makefile, and the resultant executable resulted in the current con

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-11 Thread jshare
>./configure --with-cc-opt="-Wno-write-strings" ... When I tried this, I get: Starting nginx: nginx: [emerg] unknown directive "charset" in /etc/nginx/nginx.conf:15 nginx: configuration file /etc/nginx/nginx.conf test failed But I just saw your other reply re the ngx_pagespeed changeset, s

Re: nginx-1.9.11

2016-02-10 Thread Maxim Dounin
Hello! On Wed, Feb 10, 2016 at 09:30:49PM -0500, qbitx wrote: > I'm having issues with 1.9.11. With the exact same build configuration as I > used for 1.9.10, and the exact same config files for nginx - I am now > getting this when I run nginx -t at the command-line: > > nginx: [emerg] unknown

Re: nginx-1.9.11

2016-02-10 Thread qbitx
I'm having issues with 1.9.11. With the exact same build configuration as I used for 1.9.10, and the exact same config files for nginx - I am now getting this when I run nginx -t at the command-line: nginx: [emerg] unknown directive "charset" in /etc/nginx/nginx.conf:62 nginx: configuration file

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-10 Thread Maxim Dounin
Hello! On Wed, Feb 10, 2016 at 12:15:53PM +0100, Lukas Tribus wrote: > > > I also get a compile error related to Pagespeed: > > [...] > > /root/ngx_pagespeed-release-1.10.33.4-beta/src/ngx_pagespeed.cc:3148:1: > > error: deprecated conversion from string constant to ‘char*’ > > [-Werror=write-st

RE: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-10 Thread Lukas Tribus
> I also get a compile error related to Pagespeed: > [...] > /root/ngx_pagespeed-release-1.10.33.4-beta/src/ngx_pagespeed.cc:3148:1: > error: deprecated conversion from string constant to ‘char*’ > [-Werror=write-strings] > }; > ^ > cc1plus: all warnings being treated as errors Apply this patch:

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-10 Thread jshare
1 make[1]: Leaving directory `/root/temp/nginx-1.9.11' make: *** [build] Error 2 1.9.10 compiles without an issue with pagespeed 1.10.33.2 or .4 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264422,264460#msg-264460 ___

Re: nginx-1.9.11 (Patch to build rDNS module)

2016-02-09 Thread A. Schulze
Roman Arutyunyan: On Tue, Feb 09, 2016 at 08:59:42PM +0100, A. Schulze wrote: Maxim Dounin: >Changes with nginx 1.9.11 09 Feb 2016 > >*) Feature: TCP support in resolver. the rDNS module (https://www.nginx.com/resources/wiki/mod

Re: nginx-1.9.11

2016-02-09 Thread Roman Arutyunyan
On Tue, Feb 09, 2016 at 08:59:42PM +0100, A. Schulze wrote: > > Maxim Dounin: > > >Changes with nginx 1.9.1109 Feb 2016 > > > >*) Feature: TCP support in resolver. > > the rDNS module (https://www.nginx.com/re

Re: nginx-1.9.11

2016-02-09 Thread itpp2012
A. Schulze Wrote: --- > Maxim Dounin: > > > Changes with nginx 1.9.1109 > Feb 2016 > > > > *) Feature: TCP support in resolver. > > the rDNS module (https://www.ngin

Re: nginx-1.9.11

2016-02-09 Thread A. Schulze
Maxim Dounin: Changes with nginx 1.9.1109 Feb 2016 *) Feature: TCP support in resolver. the rDNS module (https://www.nginx.com/resources/wiki/modules/rdns/) don't compile anymore cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=f

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread locojohn
It crashes with pagespeed module now. 1.9.10 was working fine. Andrejs. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264422,264436#msg-264436 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread Valentin V. Bartenev
On Tuesday 09 February 2016 11:53:15 locojohn wrote: > I experience the same issue, but I do not have the module reported by > anonymous user installed: > > system:~#nginx -t > Floating point exception > > dmesg: > [659221.307369] traps: nginx[20028] trap divide error ip:422fba > sp:7ffd8c72a8a0

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread locojohn
I experience the same issue, but I do not have the module reported by anonymous user installed: system:~#nginx -t Floating point exception dmesg: [659221.307369] traps: nginx[20028] trap divide error ip:422fba sp:7ffd8c72a8a0 error:0 in nginx[40+95d000] Posted at Nginx Forum: https://forum.

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread jimssupp
It's brotli. Removing --add-module=/usr/local/src/ngx_brotli from 1.9.11 config, rebuilding, it's fixed. Runs ok. brotli's OK atm with 1.9.10, but not with 1.9.11 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx-1.9.11 -- "Floating point exception" on exec after upgrading 1.9.10 -> 1.9.11

2016-02-09 Thread jimssupp
Hi starting wit a running nginx/1.9.10 on linux/64 simple build/upgrade to nginx/1.9.11; same config as before no errors in build nginx -v nginx version: nginx/1.9.11 but, systemctl start nginx.serviceJob for nginx.service failed. See

Re: [nginx-announce] nginx-1.9.11

2016-02-09 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.9.11 for Windows https://kevinworthington.com/nginxwin1911 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org

nginx-1.9.11

2016-02-09 Thread Maxim Dounin
Changes with nginx 1.9.1109 Feb 2016 *) Feature: TCP support in resolver. *) Feature: dynamic modules. *) Bugfix: the $request_length variable did not include size of request headers when using HTTP/2. *) Bugfix: in the