Note: Just in case I'm using terminology incorrectly (dammit Jim, I'm a software engineer, not a sysadmin!), let me explain in slightly more detail what I'm *trying* to do and someone can then chime in with their opinion of my idiocy and tell me the more correct way to do this:
I have a single linode at the moment. I have three domains for which I want SSL (and a number of others that don't require SSL). I just purchased an inexpensive multi domain certificate from Comodo that supports three domains by default with the ability to add more as needed. I only needed the three so I'm trying this out, and worst case I'm out $30 bucks (though I don't think it will come to that).
The Comodo cert type is "positivessl multi domain" with three domains:
https://www.webducky.comhttps://www.myempiregames.comhttps://www.casaderobison.comIf I go to the first, all is well. It identifies it correctly and I get through securely. If I try the others with the NodeBalancer https termination, my browser (Chrome) is claiming the domains don't match as it can only see the first
http://www.webducky.com.
Is this a limitation of the NodeBalancer https termination, or am I doing something wrong? If it is a limitation (which is fine) I should be able to configure lighttpd to do the ssl termination itself, opting for a TCP NodeBalancer type instead of HTTPS.
Is this making any sense or am I up in the night? Or both?
SDR