@
Lazy Admin
I'm currently running Ubuntu server 10.04 LTS, which features Apache 2.2.8. Because of previous problems configuring mod_ssl to work with a self-signed multi-domain certificate, I switched to mod_gnutls. I spent a few days
working the duck to try to solve it before switching to mod_gnutls. I've been generally happy with it.
Once I decided to get subdomain-specific certs for
~friendica 
instances on communic8ion.com, the advantages of mod_gnutls should have made it the only choice.
Specifically, prior to Apache 2.2.12, there was not any server name indicator support for using SSL with name-based vhosts, except for mod_gnutls. The problem is this: all other vhosts now show family.communic8ion.com's cert (and I'm still working on that--there is apparently a certain order required for 'cat' ing the StartSSL certs together--currently, only Opera validates the cert correctly). This is exactly what should not be happening if I use mod_gnutls instead of mod_ssl.
Does anyone have any pointers of where I should look? In addition to
working the duck, I mean.
Note: I currently have too many other things running to blow this VPS away and install a different distro, so that option is out. I could possibly upgrade to UbuServer's 12.04 LTS version, but they don't recommend any LTS user (server or otherwise) upgrade before the point-release in July.