Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Keystore error while performing Target Server SSL Test

I am working with nlsn-gracenote organization under Apigee's Nielsen account and having some trouble with testing the keystore.

I have a valid public facing certificate for "api.rsid.music.gracenote.com" which I have uploaded along with the private key to the keystore.

While testing this keystore, I see the following error:

6772-screen-shot-2018-04-17-at-45332-pm.png

"Invalid Truststore. Unable to find valid certification path to requested target"

Can someone help me resolve this?

Solved Solved
0 4 1,415
1 ACCEPTED SOLUTION

Turns out, I had uploaded the certificate in the form on PKCS7 file which is not supported by Apigee at the moment. The solution is to convert the PKCS7 to either PKCS12 or a PEM file and re-upload to the keystore.

Convert P7B to PEM:

openssl pkcs7 -print_certs -in certificate.p7b -out certificate.pem

View solution in original post

4 REPLIES 4