If Contract Management has SSL enabled, P6 may not be able to connect to Contract Management because it is trying to access a remote resource and will decide Contract Management is not a trusted location. To resolve this issue, ensure that P6 contains the Contract Management server certificate in the trust list in WebLogic.
To import the Contract Management server certificate:
- Go to the Contract Management https URL and export the certificate to a location with .cer extension or other extension file type.
- To export from Internet Explorer, go to Tools, Internet Options, Content, Certificates, Personal, Export and follow the steps in the wizard.
- To export from Mozilla Firefox, go to Tools, Options, Advanced, Encryption, View Certificates, Your Certificates, Backup and follow the steps in the wizard.
- Note the location of .cer file or other extension file.
- Import the certificate to the WebLogic keystore.
- Log in to the WebLogic server where you deployed P6.
- Copy the exported certificate to <JRE_HOME>/lib/security.
Note: Ensure the JRE_HOME location is the one used by WebLogic.
- Run the following command:
keytool import keystore cacerts alias myCMCert file
<file_name>.cer
where
<file_name>
is the name of your exported .cer file.Note: The default password for the java keystore is changeit.