-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Suneel,
Suneel Saguturu wrote: > I am facing one problem, i.e. I have to configure two > SSL certificates to JBoss server, I know they are internally using > Tomcat for web container. > > Is it possible to add multiple Certificates to one > server instance itself? If so, then how? You need two different <Host> elements in server.xml, each binding to a separate IP address. That also means that your machine needs to have two IP addresses configured. The SSL handshake occurs before the HTTP headers are sent, so you can't switch SSL certificates based upon the hostname the client is using to connect (because it hasn't been sent yet). Note that this is not a problem with Tomcat: this is a universal issue with all web servers. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkklk2AACgkQ9CaO5/Lv0PDgiQCfU1/cGXdUxRFVnxZsffOAcFau ddEAmwWmn4OoQkBogH1aRSnEKPMHZd8r =C/BF -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]