Bug #594
closedlighttpd + SSL fails
100%
Description
lighttpd that comes with OI, build 147 and 148:
lighttpd/1.4.23 (ssl) - a light and fast webserver
Build-Date: Aug 21 2010 07:33:48
Configuration:
$SERVER["socket"] == ":443" {
ssl.use-sslv2 = "disable"
ssl.cipher-list = "HIGH:MEDIUM:!ADH"
#ssl.cipher-list ="HIGH:!MEDIUM:!SSLv2:!LOW:!EXP:!aNULL:@STRENGTH"
ssl.engine = "enable"
ssl.pemfile = "/etc/lighttpd/1.4/mail.entic.net.pem"
}
This results in error:
root@mask:/usr/lighttpd/1.4/sbin# ./lighttpd -D -f /etc/lighttpd/1.4/lighttpd.conf
2010-12-30 22:28:57: (network.c.336) SSL: error:00000000:lib(0):func(0):reason(0)
root@mask:/usr/lighttpd/1.4/sbin#
I really hope this gets fixed in next release. After apache, lighttpd is the possibly the 2nd most popular web server.
http://dev.modmancer.com/index.php/2010/05/23/lighttpd-and-network-c-529-ssl-error/
Updated by Jon Tibble almost 13 years ago
- Category set to 10
- Status changed from New to Resolved
- Assignee set to Jon Tibble
- % Done changed from 0 to 100
Upstream fix applied to oi_sfw and added to mq_sfw repos.