Hi, I have been able to generate two test SSL certificates, one for each virtual host in my setup. Each virtual host has a separate IP address (192.168.0.18 and 192.168.0.3) and a different name (server1, server2). However, each time I access tomcat, no matter which address I use, I always get sent the same certificate.
The certificate that is sent, is always the last one I generated with keytool. However, using keytool -list, I can see both certificates in the keystore. Is there a way to get tomcat to serve up the right certificate for each domain name? At first I assumed the certificates were being overwritten each time I ran keytool -gencert, but if I delete the most recent, the 2nd most recent becomes active, and if I use -list, they both show up. Very confused! If anyone knows how this is done, please let me know. Thanks for your help, Neale -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
