https://bz.apache.org/bugzilla/show_bug.cgi?id=61081
--- Comment #5 from [email protected] --- Incidentally, lighttpd’s SNI functionality is per-domain, not per-vhost: $SERVER["socket"] == ":443" { ssl.engine = "enable" ssl.pemfile = "/etc/lighttpd/ssl/the-default-domain.com.pem" $HTTP["host"] == "www.example.org" { ssl.pemfile = "/etc/lighttpd/www.example.org.pem" } $HTTP["host"] == "mail.example.org" { ssl.pemfile = "/etc/lighttpd/mail.example.org.pem" } } -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
