Opened 10 years ago

Closed 10 years ago

#624 closed defect (invalid)

Nginx SPDY module not working with Internet Explorer 11 on Windows 8.1/ Windows Server 2012

Reported by: Jingchuan Huang Owned by:
Priority: major Milestone: 1.6.2
Component: nginx-module Version: 1.6.x
Keywords: Cc: hjc4869@…
uname -a: Linux lightstudio-jp 3.15.4-x86_64-linode45 #1 SMP Mon Jul 7 08:42:36 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux
nginx -V: nginx version: nginx/1.6.0
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-ipv6 --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_addition_module --with-http_dav_module --with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_mp4_module --with-http_perl_module --with-http_random_index_module --with-http_secure_link_module --with-http_spdy_module --with-http_sub_module --with-http_xslt_module --with-mail --with-mail_ssl_module --add-module=/build/buildd/nginx-1.6.0/debian/modules/headers-more-nginx-module --add-module=/build/buildd/nginx-1.6.0/debian/modules/nginx-auth-pam --add-module=/build/buildd/nginx-1.6.0/debian/modules/nginx-cache-purge --add-module=/build/buildd/nginx-1.6.0/debian/modules/nginx-dav-ext-module --add-module=/build/buildd/nginx-1.6.0/debian/modules/nginx-development-kit --add-module=/build/buildd/nginx-1.6.0/debian/modules/nginx-echo --add-module=/build/buildd/nginx-1.6.0/debian/modules/ngx-fancyindex --add-module=/build/buildd/nginx-1.6.0/debian/modules/nginx-http-push --add-module=/build/buildd/nginx-1.6.0/debian/modules/nginx-lua --add-module=/build/buildd/nginx-1.6.0/debian/modules/nginx-upload-progress --add-module=/build/buildd/nginx-1.6.0/debian/modules/nginx-upstream-fair --add-module=/build/buildd/nginx-1.6.0/debian/modules/ngx_http_substitutions_filter_module

Description

I install nginx on Ubuntu 14.04 using the following commands:
add-apt-repository ppa:nginx/development
apt-get update
apt-get install nginx-extras

After I configured SSL and SPDY for my site, Firefox, Chrome can use SPDY properly.
However, on Internet Explorer 11, which supports SPDY/3 like www.google.com, www.facebook.com, cannot use SPDY/3 instead of HTTPS (I use F12 tools to see what protocol it's using)
I used Apache 2 with mod_spdy before I switched to nginx, and its SPDY worked well with IE11, too.

Change History (1)

comment:1 by Valentin V. Bartenev, 10 years ago

Resolution: invalid
Status: newclosed

AFAIK, Internet Explorer 11 doesn't support SPDY/3.1, which is currently implemented in nginx. That's why it can't work with nginx over SPDY.

Note: See TracTickets for help on using tickets.