SSL Certificate Chain Error

We are facing an SSL certificate issue in Pega 8.8.2 which is hosted on GKE. Have tried installing the certificates in all 3 locations mentioned below, but still the issue exists.

  1. Installed certificate in cacerts which exists openjdk folder (/opt/java/openjdk/lib/security)
  2. Installed certificate into platform store by using Pega OOTB activity “pxAddCertificatesToPlatformTruststore
  3. Even installed certificate into the file “TOMCAT_KEYSTORE_CONTENT” which is mentioned in server.xml file

Can someone please help in understanding which path does exactly pega considers while looking for keystore. We have below snippet came by default in server.xml file.



{{ if ( and (exists “/opt/pega/tomcatcertsmount/TOMCAT_KEYSTORE_CONTENT”) .Env.TOMCAT_KEYSTORE_PASSWORD ) }}

{{ else }}

{{ end }}

@satishkumarreddym if you need further help please log a support issue and provide the INC id here.