Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: xathrasHi Rich,
Managed to fix the issue.
The issue was that we have a SUN JRE and SUN JDK installed. When I used the keytools command it was adding the keys into the Sun JRE CACERTS Key Store. When I specially overridden the command with the JDK it added the key correctly.
For those whom need to achieve this. Here is the steps I followed (thanks to a combination of some outside help and myself):
1. Use a tool like Portecle application from the internet. Its free
2. Open the tool and click on the Examine Menu, followed by Examine SSL/TLS Connection
3. Fill in the hostname and port number to get the certificates in question
4. For each Cert that comes back, if you click the "PEM Encoding" button, and click Save, you can save the Public Cert to your local disk
5. Add the key into your cacerts key store with the command: /usr/java/jdk1.7.0_07/bin/keytool -importcert -file /tmp/cert2.pem -keystore cacerts -alias acdb2t01
+ Note your JDK Path may differ