9.2 Troubleshooting for plato-apigateway-router
If user observe any SSL related issues in the plato-apigateway-router logs, then
follow the below steps.
- Stop the router by killing the router process.
- Import the crt files into the java trust store on the VM on which the router is installed (the foundation machine ideally).
- One crt file will be of the same
foundation machine, while the other crt file(s)
will be of the machine(s), the foundation machine
has performed a sync with. Replace the password
placeholder with the actual
one.
cd /scratch/ssl/cacerts keytool -importcert -file ofss-mum-xxxx.crt -keystore /scratch/obma/jdk-17.0.12/lib/security/cacerts -storepass <password> -noprompt keytool -importcert -alias domainCertForRouter -file ofss-mum-xxxx.crt -keystore /scratch/obma/jdk-17.0.12/lib/security/cacerts -storepass <password> -noprompt - Restart the router using through
the OBMA installer using the below
runlist.
run_list ['recipe[obma_weblogic::deployapigateway_router]']
Parent topic: Troubleshooting