Hi > What I've read in my research is that it is a limitation of SSL to have multiple domain names authenticate with the same IP.
Correct. You cannot have "virtual hosts" with SSL. Each and every SSL host needs it's own ip. (Exception are wildcard-certificates, wich allow you to use use any subdomain with one ip and one certificate.) > So if that is a limitation and we have to get a second IP to connect to the server, how would we configure Tomcat for that? Setup two connectors for SSL and use the address="1.2.3.4" attribute to bind that connector to one ip only. Each connector will serve one ip and has attributes to access one certificate. Regards, Steffen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
