SSL Connection Using PEM and CER files

Hello!

I am trying to connect to a Rest API using SSL. The connection requires a CER and PEM file. I have provided both files and when I try to test the resource in a Workflow, I get following error:

Error evaluating query2: PEM_read_bio_PrivateKey

Quick google reveals PEM_red_bio_PriveKey is an OpenSSL command which I presume is what is being used on the back end. Sadly there is no further information and cannot resolve.

Any ideas most appreciated.

Thanks!

Hey @jsforefront! Does this resource work properly outside of a workflow (ie in an app) or are you receiving the same error there? Mind sharing a screenshot of the resource setup screen (please redact any sensitive info)? Thanks!