How to Check BMC Helix Client Gateway has ONBMC certificates imported.
Windows:
1. Navigate to kaazing Java path : "C:\Program Files\kaazing\kwic-5.9.x\ext\java\bin"
2. run command :keytool -list -v -keystore "C:\Program Files\kaazing\kwic-5.9.x\conf\truststore.db" -storepass changeit | find "onbmc"
3. If you find "onbmc" certificate then you will need to import the certificate.
Linux:
1. Navigate to kaazing Java path: "/opt/bmc/bcg/ext/java/bin"
2. run command :keytool -list -v -keystore "/opt/bmc/bcg/conf/truststore.db" -storepass changeit | grep onbmc
3. If you find "onbmc" certificate then you will need to import the certificate.