I am getting this error when trying to start lighttpd with SSL:
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, 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