Bug #2463
closedSNI don't work
Description
Hello.
Today I try make multiple cert to my vhost.
I make:$SERVER["socket"] == "0.0.0.0:443" {
ssl.engine = "enable"
ssl.pemfile = "/etc/lighttpd/ssl/global/global.pem"
}
$HTTP["host"] =~ "(^|\.)example\.eu$" {
server.document-root = "/var/www/domain/example.eu/"
ssl.pemfile = "/etc/lighttpd/ssl/example.eu/server.pem"
}$HTTP["host"] =~ "(^|\.)example\.com$" {
server.document-root = "/var/www/domain/example.com/"
ssl.pemfile = "/etc/lighttpd/ssl/example.com/server.pem"
}
But on both sites I have global cert.
Maybe I make some mistake but propably this config should work.
Updated by stbuehler about 12 years ago
- Status changed from New to Need Feedback
Not all openssl versions (server side, needed at compile time) support SNI, and not all clients support SNI (how did you test? and so on).
Also lighttpd version is missing... => not enough details.
Updated by stbuehler almost 12 years ago
- Status changed from Need Feedback to Invalid
Also available in: Atom