Hello
I'm getting the following when trying to start lighttpd;
Quote:
Starting web server lighttpd
(network.c.336) SSL: error:00000000:lib(0):func(0):reason(0)
[fail]
I have tried the workaround described over at
https://bugs.launchpad.net/ubuntu/+source/lighttpd/+bug/645002 of
Quote:
set
ssl.use-sslv2 = "enable"
in the appropriate places in the config. This will enable SSLv2, but you can
prevent actual working SSLv2 negotiation by massaging the cipher list, for
example like this:
ssl.cipher-list = "TLSv1+HIGH RC4+MEDIUM !SSLv2 !3DES !aNULL @STRENGTH"
Though lighttpd still doesn't want to start up, any other ideas? OpenSSL is currently the latest version from apt-get | Ubuntu 9.10 | Lighttpd 1.4.28 installed from source.
Thanks.