Release : 10.7.2
Component : DevTest Portal
Configuration issue.
The issue was resolved by importing the customer keystore certificates into DEVTEST_HOME\\jre\lib\security\cacerts and restarting the Portal.
Example keytool commands:
List certificates in keystore:
"C:\Program Files\CA\DevTest\jre\bin\keytool" -v -list -keystore "C:\Program Files\CA\DevTest\webreckeys.ks" -storepass "passphrase"
Export a certificate:
"C:\Program Files\CA\DevTest\jre\bin\keytool" -keystore "C:\Program Files\CA\DevTest\webreckeys.ks" -storepass "passphrase" -exportcert -alias lisa -file "C:\tmp\lisa.crt"
List certificates in cacerts:
"C:\Program Files\CA\DevTest\jre\bin\keytool" -v -list -keystore "C:\Program Files\CA\DevTest\jre\lib\security\cacerts" -storepass "changeit"
Add certificate to cacerts:
"C:\Program Files\CA\DevTest\jre\bin\keytool" -trustcacerts -keystore "C:\Program Files\CA\DevTest\jre\lib\security\cacerts" -storepass changeit -importcert -alias lisa -file "C:\tmp\lisa.crt"
The documentation for the phoenix.properties shows that for Jasper reports, some properties have to be configured.
This is new in the 10.7 documentation.
See: Configure SSL for Portal