Hey guys,
I first had this issue under nginx 1.5.13, and I've just recompiled with 1.7.1 and confirmed the issue persists.
I'm linking against openssl 1.0.1g and building with the flags:
--with-http_ssl_module \
--with-http_spdy_module \
According to:
http://spdycheck.org/
and
https://ssllabs.com
My site is correctly running SPDY. However, under IE11, watching the network under the developer's tools, I can see the "protocol" listed as "SPDY" for the Google ads and similar, offsite links (so I know that SPDY is running in my browser when talking to Google) however, everything embedded on my site is loaded as coming over the "HTTPS" protocol.
Everything I read suggests recent nginx and IE11 should fully support SPDY, but it appears I'm missing something. Any help appreciated.
I first had this issue under nginx 1.5.13, and I've just recompiled with 1.7.1 and confirmed the issue persists.
I'm linking against openssl 1.0.1g and building with the flags:
--with-http_ssl_module \
--with-http_spdy_module \
According to:
http://spdycheck.org/
and
https://ssllabs.com
My site is correctly running SPDY. However, under IE11, watching the network under the developer's tools, I can see the "protocol" listed as "SPDY" for the Google ads and similar, offsite links (so I know that SPDY is running in my browser when talking to Google) however, everything embedded on my site is loaded as coming over the "HTTPS" protocol.
Everything I read suggests recent nginx and IE11 should fully support SPDY, but it appears I'm missing something. Any help appreciated.