Hi!
Issue solved!
After reading more about Tomcat/Java certificate handling I realized that:
- Inbound https calls to B1i uses the B1iExcellerator/.keystore
- Outbound https calls uses a separate "truststore". In Tomcat there are no truststore, instead the Java truststore "cacerts" is used.
When I listed the installed certs in sap_7_64/jre/lib/security/cacerts usind keytool I couldn't find my VeriSign certificate.
Then I installed the certificate "VeriSign Class 3 Public Primary Certification Authority - G5" into cacerts.
Voila! Then it worked.
Case closed!
Regards
Lars