If I disable http/2, I can login - good call! I enabled the debug.log to compare the output with http/2 enabled and disabled, but when I compare the two side by side, nothing jumps out at me. Aside from the time and a few numbers, the two log sections are identical. What should I be looking for? For example, here's the tailed log section that appears when I can't login because http/2 is enabby jshare - Nginx Mailing List - English
I'm running a WordPress 4.4.2-based membership site on Ubuntu 12.04 LTS with PHP 5.6.20. After upgrading to 1.9.14 (compiling from source with no errors or warnings), I could no longer log in to my site, using Firefox/Chrome/IE. Trying to login didn't timeout. Instead, fairly quickly, I would get an error message like this in Firefox: ---------- Secure Connection Failed The connection toby jshare - Nginx Mailing List - English
With the release of ngx_pagespeed 1.10.33.5, I'm no longer having any make issues with 1.9.11by jshare - Nginx Mailing List - English
>./configure --with-cc-opt="-Wno-write-strings" ... When I tried this, I get: Starting nginx: nginx: 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, so that's what I'll look intoby jshare - Nginx Mailing List - English
I also get a compile error related to Pagespeed: -o objs/addon/src/ngx_message_handler.o \ /root/ngx_pagespeed-release-1.10.33.4-beta/src/ngx_message_handler.cc cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -march=i686 -D_GLIBCXX_USE_CXX11_ABI=0 -I src/core -I src/event -I src/event/modules -I src/os/unix -I /root/ngx_pagespeed-relby jshare - Nginx Mailing List - English
Thanks Andrew, I submitted a bug report to Googleby jshare - Nginx Mailing List - English
I always compile nginx from source. I upgraded to 1.9.5 by including the http2 module and not the spdy module, made the simple http2 change to my conf while removing all spdy-related declarations ,and HTTP/2 is now working. Sweet. However, when I use Chrome to inspect pages on my site at https://jobmob.co.il/, I can see that some of my files are served using H2 while others are served using spdby jshare - Nginx Mailing List - English