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
Cordova platform version (cordova platform ls): android :9.1.0
Context
We're using the plugin to track the location and to send it to a server using a webservice. This webservice is available on a server which uses a self-signed certificate.
Expected Behavior
The location should be sent to the server via the webservice.
Actual Behavior
The plugins throws java.security.cert.CertPathValidatorException exception.
=> How to call the webservice throught the plugin with a self-signed certificate ?
Thank you for your answers.
The text was updated successfully, but these errors were encountered:
Your Environment
Android API level 29
cordova -v
): 10.0.0cordova platform ls
): android :9.1.0Context
We're using the plugin to track the location and to send it to a server using a webservice. This webservice is available on a server which uses a self-signed certificate.
Expected Behavior
The location should be sent to the server via the webservice.
Actual Behavior
The plugins throws java.security.cert.CertPathValidatorException exception.
=> How to call the webservice throught the plugin with a self-signed certificate ?
Thank you for your answers.
The text was updated successfully, but these errors were encountered: