OBDX 19.2 Version, A Retailer/Corporate Users Cannot Able To Lunch The OBDX Android Application By Using The Server Certificate URL.
(Doc ID 2708807.1)
Last updated on JUNE 16, 2021
Applies to:
Oracle Banking Digital Experience - Version 19.2.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
After enable SSL Pinning, when attempting to lunch OBDX 19.2 android application in virtual device
the following error occurs.
ERROR
-----------------------
java.security.cert.CertPathValidatorException.: Trust anchor for certificate path not found
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. First SSL enabled for development OHS
2. Exported the SSL certificate from Google Chrome browser.
3. Generated "certificate_public_keys" using openssl command which is mentioned in Android setup guide.
OpenSSL command: openssl x509 -inform der -in test.cer -pubkey -noout | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64
4. The public key extracted using above command was saved in below tag of app.properties.
sha256/[generated_public_key]
5. Lunch the application
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |