I ran into a problem just yesterday with wildcard SSL certificates. I had a new keystore with two wildcards certificates in it and, by default, restlet seemed to pick the wrong one. When I deleted the wrong wildcard from the keystore, everything worked fine.
I'll confess that the interaction between keystores, SSL, and Restlet is something I just don't quite understand. Now, looking at issue #489, I see that there are some changes coming that should help me. Can some detail how I'll be able to use this new SSL context factory to handle associating certifcates (or aliases in a keystore) with a virtual host? --Alex Milowski

