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, you need to ensure that P6 contains Contract Management's server certificate in the trust list in WebLogic.
To import Contract Management's 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 into the Weblogic keystore.
Login to the Weblogic server machine 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.
Execute the following command:
keytool import keystore cacerts alias myCMCert file file_name.cer
where file_name is the name of your exported .cer file.
The default password for java keystore is changeit.