Websphere SSL handshake with active directory cluster

Posted by ring bearer on Super User See other posts from Super User or by ring bearer
Published on 2012-09-04T14:59:37Z Indexed on 2012/09/04 15:42 UTC
Read the original article Hit count: 377

We have a WebSphere based application that uses Active Directory(AD) based security configurations. Under WebSphere "Global security" we have configured the active directory server and connection parameters. Active directory server is actually a cluster of four servers, say, serverdc01, serverdc02,serverdc03 and serverdc04. Each of these servers have their own root certificate with CN=serverdc01, CN=serverdc02 ..so on. So to set up SSL communication, I need to retrieve certificate of active directory and save it in WebSphere's trust store. When I retrieve certificate by putting AD server name, port and retrieve certificate I randomly get certificate of one of the serverdc01,serverdc02 ... Then I save that certificate to trust store.

Question is :

Do I have to save certificate from each of the serverdc01,serverdc02 ...in cluster to WebSphere's trust store?

What are general strategies so that each server in the cluster does not require its own root certificate?

© Super User or respective owner

Related posts about ssl

Related posts about active-directory