You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by randie ursal <ur...@ntsp.nec.co.jp> on 2002/09/03 09:48:52 UTC

multiple certificate on Tomcat

just a follow up on my previous question.

is it possible to have multiple certificate on Tomcat server,
and still be able to make use both successfully?

because i tried implementing it using the certificate generated by keytool.
what happen is that only the first certificate on the default keystore was usable.

ex. my first self-signed certificate would contain in its CN name the 
    web server's hostname using the dns name (eg. "Carnelian"). this is 
    the first certificate i created using keytool.
  
    while my second certificate would contain in its CN name the 
    web server's IP address. this is created after the first has been created
    using keytool.

when i access my web server using,
https://carnelian:8443/testApp, it works fine but when i access using the 
second certificate like http://172.28.61.53/testApp i got an exception
that says Https name is wrong.

but when i shift the creation of certificate, like i created the CN with value
of web server IP address first then the next one with CN value of dns name...
the certificate with CN of IP Address can now be access while the other one 
cannot.


p.s Tathagat, maybe you have any idea on this? =)

thanks in advance

  randie







--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>