Question
SOFTTECH A.Ş.
TR
Last activity: 12 Feb 2024 1:13 EST
Keystore usage problem for Pega Rest connector
Hi,
We are trying to connect to a secured rest service, and our request payload should be sent as secure by using a certificate file, thus we created a keystore rule (Keystore type : PKCS12) and uploaded a pfx file which we acquired from our client, and set this on keystore field on our connect rest rule. We also set logging level as debug in order to see the whole request sent, on PegaRULES.log file when we call rest service. But we are not able to see our request as encrypted, we still see it as plain text on log file.
What i want to know is that if we failed to encrypt the request by using the keystore because of the fact that our keystore is does not work or we are doing something wrong for setting request as encrypted; Or just the opposite, if we already succeeded sending the request as signed by keystore and only thing is that pega is not able to write the request to Pegarules log file as encrypted.
What may be wrong, any help or suggestion is appreciated.
Thanks.