Question
1
Replies
81
Views
Posted: April 26, 2019
Last activity: May 16, 2019
Closed
decrypt: No site-specific cipher algorithm
Recently we upgraded our application from Pega 7.1.5 to 7.4 version. Post upgradation we are getting "decrypt: No site-specific cipher algorithm" error during Service calls and when we trying to open any emails attached to a case.
Any thoughts on this issue?
Thanks,
Sowmya
Hi Soumya,
I guess you are having this DSS in the prconfig.xml, and when you migrated to Pega 7.4, this is no longer present on the Nodes.
<!-- Setting to enable encryption --> <env name="crypto/sitecipherclass" value="com.pega.pegarules.exec.internal.util.crypto.PRCipherSampleBF"/>
Consider adding this either as a DSS(recommended) or in prconfig.xml.
Thanks,