afioletov opened a new issue #1112:
URL: https://github.com/apache/cordova-android/issues/1112
### Issue Type
- [ ] Bug Report
- [ ] Feature Request
- [x] Support Question
## Description
I manually installed CA certificate on device and browser works as expected
with no warning about SSL certificate.
But it does not happen in my Cordova app. I got exception about failed
certificate validation when ajax request is executed.
Should app work with manually installed roots?
## Information
<!-- Include all relevant information that might help understand and
reproduce the problem -->
### Command or Code
<!-- What command or code is needed to reproduce the problem? -->
### Environment, Platform, Device
All Android devices. We tried Android 7 and 9.
It worked on iOS with manually installed profiles, but starting with 13.4
(or previous), but it stopped working too with new iOS updates.
### Version information
"cordova-android": "^9.0.0",
"cordova-custom-config": "^5.1.0",
"cordova-plugin-auth-dialog": "^0.1.6",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-emm-app-config": "^1.0.2",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-infineatab":
"https://[email protected]/Korber-Supply-Chain-Product-Development/cordova-plugin-infineatab.git",
"cordova-plugin-inappbrowser": "^3.2.0",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-zeep": "0.0.4"
## Checklist
<!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` -->
- [x] I searched for already existing GitHub issues about this
- [x] I updated all Cordova tooling to their most recent version
- [x] I included all the necessary information above
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]