I have my ssl.TrustManagerFactory.algorithm set to PKIX , when the application tries to connect to other external sites over https , sometime the SSL negotiation requires the entire chain of certs primary, root and intermediate.
How do I make WebSphere to bypass the full cert chain checking and just use intermediate/root certs for SSL negotiation ? The primary certs usually have a validity of an year and it is tough to keep up with the maintenance of them.
------------------------------
Madhava
------------------------------