Project

General

Profile

Actions

Feature #2198

closed

SNI not following regular expressions

Added by lennartack almost 14 years ago. Updated almost 14 years ago.

Status:
Duplicate
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:

Description

I'm using version 1.4.26 with Debian stable.

When for example a virtual host is...

$HTTP["host"] =~ "(^|\.)example\.com$" {
  server.document-root = "/var/www/" 
  ssl.pemfile = "/etc/lighttpd/pemfile.pem" 
}


Related issues 1 (0 open1 closed)

Is duplicate of Bug #2125: Multiple https certs doesn't workFixed2009-12-27Actions
Actions #1

Updated by lennartack almost 14 years ago

The last sentence fell of :S

"...Server Name Indication works only for example.com, but not for something.example.com. I would like to see that implemented."

Actions #2

Updated by stbuehler almost 14 years ago

  • Status changed from New to Duplicate

Sounds like #2125 to me.

Actions #3

Updated by lennartack almost 14 years ago

No, it does not to me. SNI works but it just doesn't follow the regular expression wildcards.

Also, I'm using lighttpd 1.4.26 and openssl 0.9.8n so it shouldn't have anything to do with that bug.

Actions #4

Updated by stbuehler almost 14 years ago

Just try the pre release.

Actions #5

Updated by lennartack almost 14 years ago

Ok, I tried the latest svn revision and it worked :).

Actions

Also available in: Atom