LSWS 5.0RC1 - Missing NPN Extension in SSL/TLS Handshake

dihuta

Well-Known Member
#1
Hello,

I upgraded my Litespeed webserver to 5.0RC1 then check SPDY with http://spdycheck.org/.
It says that my site was Missing NPN Extension in SSL/TLS Handshake so Browsers won't know SPDY support.

What should I do?
Thank you!
 

mistwang

LiteSpeed Staff
#4
Do a force update of 5.0RC1 see if it is addressed or not.
SPDY was not turned on for vhosts configured through Apache httpd.conf, but it has been addressed a while back.
 

dihuta

Well-Known Member
#6
New errors, I can't run my website, can not check.

2014-03-05 01:13:42.080 [STDERR] sh: gdb: command not found
2014-03-05 01:13:42.083 [STDERR] sh: mailx: command not found
2014-03-05 01:13:42.100 [STDERR] litespeed (lshttpd): /home/gwang/release/litespeed/src/http/httprespheaders.cpp:201: int HttpRespHeaders::add(HttpRespHeaders::HEADERINDEX, const char*, unsigned int, const char*, unsigned int, int): Assertion `pKv->keyLen == (int)nameLen' failed.

2014-03-05 01:16:30.317 [STDERR] Missing separate debuginfo for
Try: yum --disablerepo='*' --enablerepo='*-debug*' install /usr/lib/debug/.build-id/b5/d86fbcf0ccb03331e6c7c73897b96845e0a4eb
2014-03-05 01:16:30.507 [STDERR] litespeed (lshttpd): /home/gwang/release/litespeed/src/http/httprespheaders.cpp:201: int HttpRespHeaders::add(HttpRespHeaders::HEADERINDEX, const char*, unsigned int, const char*, unsigned int, int): Assertion `pKv->keyLen == (int)nameLen' failed.
 
Top