chernobil

Results 2 comments of chernobil

I've currently added this code as a work around in XWalkCordovaResourceClient class. @Override public void onReceivedSslError(XWalkView view, ValueCallback callback, SslError error) { ``` final String packageName = parentEngine.cordova.getActivity().getPackageName(); final PackageManager...

You need to make a httpS request to a address whose SSL certificate is not valid according android validation policy. Reasons for invalid certificate may be - issuer is not...