1

I have configure Apache with SPDY (and PHP-FPM). Everything works fine. However, spdycheck.org shows me following error:

HTTP Over SSL Not Supported!

This website only supports SPDY over SSL, and does not advertise HTTP in its NPN Extension. Web browsers without SPDY support may not be able to access this site

It's important to note that I do NOT wish to support HTTP. However, I do need to support SSL without SPDY. I'm not sure what to change in the conf file to do that. Any pointers would be appreciated?

Jumper
  • 11
  • 1

1 Answers1

0

False alarm! The issue was with the version I had compiled: https://github.com/eousphoros/mod-spdy/issues/19

Jumper
  • 11
  • 1
  • I'm getting the same thing using the .deb package straight from Google. Any other ideas what might be wrong? – Jay K Oct 15 '14 at 18:41
  • Is it possible that there's a version mismatch? Google's binary isn't for Apache 2.4 – Jumper Nov 07 '14 at 13:13
  • My problem was that I didn't have TLS enabled on that server (like a dope). See http://serverfault.com/questions/637262/missing-npn-extension. – Jay K Nov 07 '14 at 21:11