Project

General

Profile

Actions

Bug #2463

closed

SNI don't work

Added by xarrek over 12 years ago. Updated almost 12 years ago.

Status:
Invalid
Priority:
Low
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:

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.

Actions #1

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.

Actions #2

Updated by stbuehler almost 12 years ago

  • Status changed from Need Feedback to Invalid
Actions

Also available in: Atom