Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: robc on March 12, 2010, 02:29:12 PM

Title: lighttpd ssl
Post by: robc on March 12, 2010, 02:29:12 PM
I am getting this error when trying to start lighttpd with SSL:
Quote
2002-01-01 00:55:03: (network.c.601) SSL: failed to initialize TLS servername callback, openssl library does not support TLS servername extension
I tried creating a new cert but that didn't help. I also tried falling back to the previous openssl-0.9.8h but got the same error.

This here http://redmine.lighttpd.net/boards/2/topics/2675 (http://redmine.lighttpd.net/boards/2/topics/2675), points to a problem with ldap and tls....not sure if this is the problem or not

Edit: Rebuilt lighttpd with just attr and ssl support, still get the same error...perhaps a problem with openssl-0.9.8m?

Edit2: Confirmed, rebuilding lighttpd-1.4.26 against openssl-0.9.8h fixes this problem
Title: Re: lighttpd ssl
Post by: curaga on March 13, 2010, 03:42:43 AM
OpenSSL 0.9.8k and later enable TLS extensions by default, so compiling against h would disable that support in lighty.
Title: Re: lighttpd ssl
Post by: danielibarnes on March 13, 2010, 04:39:22 PM
I built lighttpd against 0.9.8m; is there something else I should do?