Just to throw out another possibility: You can create and sign your own certificates. The reason you normally have to go to someone like Verisign is that they are known as a trusted signer. But if your users accept you as a signer, then you can create certs for every one of your domains if you want. You'd still have the problem of only one cert per IP address, but at least this widens your possibilities a little bit.
Lilla said: >> Well.... I'm no apache expert, but I think as long as apache is >> configured with SSL support, it can serve up any of its virtual domains >> under SSL, but the certificate is the issue. It definitely works that >> way for me (mod-ssl using the same cert for all hosts). > > For me a (plaintext) HTTP virtual host looks like this: > > <VirtualHost 192.168.0.4:80> > ServerName mail.example2.com > ServerAdmin [EMAIL PROTECTED] > DocumentRoot "/pkg/apache/1.3.27/htdocs-example2.com" > <Directory "/pkg/apache/1.3.27/htdocs-example2.com"> > Options Indexes FollowSymLinks MultiViews Includes > AllowOverride All > Order allow,deny > Allow from all > </Directory> > ErrorLog /pkg/apache/1.3.27/logs/error_log > CustomLog /pkg/apache/1.3.27/logs/access_log common > </VirtualHost> > > All the five different virtual hosts entries differs only in the > "ServerName"-tag. When I try to add the SSL-stuff into the virtual hosts > then it tells me that the different SSL virtual hosts "overlaps" when > trying to start the server (.../apachectl startssl). I thought it was > becase namebased virtual hosts is not allowed over SSL. > > But you are having the exact same scenario with only one IP? Then > pleeeeease show me how one of your SSL virtual host entries looks like in > your httpd.conf . Thanks. > > -- > Cheers, > Lilla > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > -- > squirrelmail-users mailing list > List Address: [EMAIL PROTECTED] > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users