You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue found in Native App or Hybrid App: React Native
OS Version: 8,9,10,11,12,13,14
Device: All devices
Steps to reproduce: net.query()
Actual behavior: The app should handle SSL connections without any issues after restart.
Expected Behavior: After restarting, the app fails to perform network operations due to the following error:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Error Log:
LOG Failed to query: {"error": "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."}
Description:
My application was working perfectly, but it has started encountering SSL issues on Android devices. The app functions correctly the first time, but upon restarting, it fails. The issue is specific to Android, as it works flawlessly on iOS devices.
LOG SalesforceNetReactBridge.sendRequest failed: "{"error":"java.security.cert.CertPathValidatorException: Trust anchor for
certification path not found."}"
LOG Failed to query: {"error": "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."}
Expected Behavior:
The app should handle SSL connections without any issues after restart.
Actual Behavior:
After restarting, the app fails to perform network operations due to the following error:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
The text was updated successfully, but these errors were encountered:
Please fill out the following details:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
LOG Failed to query: {"error": "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."}
Description:
My application was working perfectly, but it has started encountering SSL issues on Android devices. The app functions correctly the first time, but upon restarting, it fails. The issue is specific to Android, as it works flawlessly on iOS devices.
Environment Details:
Salesforce Mobile SDK (Android): v12.0.1
React: 18.2.0
React Native: 0.73.6
Error:
LOG SalesforceNetReactBridge.sendRequest failed: "{"error":"java.security.cert.CertPathValidatorException: Trust anchor for
certification path not found."}"
LOG Failed to query: {"error": "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."}
Expected Behavior:
The app should handle SSL connections without any issues after restart.
Actual Behavior:
After restarting, the app fails to perform network operations due to the following error:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
The text was updated successfully, but these errors were encountered: