Actions
Feature #2198
closedSNI not following regular expressions
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" }
Updated by lennartack over 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."
Updated by stbuehler over 14 years ago
- Status changed from New to Duplicate
Sounds like #2125 to me.
Updated by lennartack over 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.
Updated by lennartack over 14 years ago
Ok, I tried the latest svn revision and it worked :).
Actions
Also available in: Atom