Link to home
Start Free TrialLog in
Avatar of acebass
acebass

asked on

Multiple certificates in one JBOSS instance?

We have one JBOSS instance running several applications (call them tls-lls and tls-diageo).  We have a load balancer that maps an external URL e.g. dgb.pos.address.com to the JBOSS server as <ip>/tls-diageo.  

We're running into a problem with SSL and certificates in that we can apparently only have one certificate for the JBOSS instance, because a certificate can only be related to one ip address.  If we only have one certificate then we can only have one domain name in the certificate and so when the user navigates to the other application for the first time, the browser will show a warning because the domain name doesn't match what is in the certificate.

Is there a way to have more than one certificate in a single JBOSS instance?

Thanks,

Ed.
Avatar of Carlos Hernandez
Carlos Hernandez
Flag of United States of America image

You will need to use IP base virtual servers on the JBOSS server.  You will assign an IP address to each service you are hosting on the JBOSS server.
Avatar of acebass
acebass

ASKER

OK, what is "IP base virtual servers" and how do I assign an IP address to each service?

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of Carlos Hernandez
Carlos Hernandez
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial