SSL name-based virtual hosts are supported
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: apache2.2-common
alex@masada apache2 [09:18] $ lsb_release -rd
Description: Ubuntu 9.10
Release: 9.10
alex@masada apache2 [09:19] $ apt-cache policy apache2.2-common
apache2.2-common:
Installed: 2.2.12-1ubuntu2.1
Candidate: 2.2.12-1ubuntu2.1
Version table:
*** 2.2.12-1ubuntu2.1 0
500 http://
500 http://
100 /var/lib/
2.
500 http://
The standard /etc/ports.conf provided claims:
<IfModule mod_ssl.c>
# SSL name based virtual hosts are not yet supported, therefore no
# NameVirtualHost statement here
Listen 443
</IfModule>
In reality, now that SNI is supported (LP: 184131), SSL name based virtual hosts *are* supported.
I'd expect a snippet more like:
<IfModule mod_ssl.c>
NameVirtualHost *:443
Listen 443
</IfModule>
Sorry, that should be /etc/apache2/ ports.conf above, not /etc/ports.conf.