I use Tibco BusinessWorks to use a soapy web service over an HTTPS connection.
The instructions are as follows:
- Export certificates using a web browser.
- Use Tools-> Trusted Certificates-> Import PEM format to a folder inside the project.
- In the SSL Configuration tab of the Vehicle Details tab, specify the trusted certificates folder into which you imported them.
- OR -
Use the global variable BW_GLOBAL_TRUSTED_CA_STORE to point to an external folder (file: /// c: / tibco / certs) and place the certificates there in pem format.
I tried in both directions and still get the error below:
iaik.security.ssl.SSLException: Server certificate rejected by ChainVerifier
I tried to export them through firefox and IE. In different formats, including all keys and individually, the error still persists.
Is there something more specific I need to do, or is there a way to enable debugging for cert verifier? I tried to increase the debugging level for the designer, but I'm not sure if I am doing it right.
Any help would be wonderful.
Thanks a lot!
source
share