Closed lzkill closed 6 years ago
We started to have the same issue after we updated the server https certificate. We use nginx on our server, if that is relevant. Did you manage to solve the issue? How?
I've solved the issue by replacing the certificate I was pointing to. The following tool helped me to see that the problem was probably within the certificate.
Hello @Giriton, Have you manage to fix this issue on others way? I got same issue here...
Hi @huynhquocmy , we found out the reason and made a workaround. We started to have that issue after we updated server HTTPS certificate. This certificate was signed by publicly trusted certification authority and on Windows, Linux, iOS and Android 5 and newer, everything was allright. This issue appeared only on Android 4.2.2 devices. We found out, that these devices did not have updated root certificates, thus did not know our issuing certificate authority, which caused that they did not consider our server certificate to be trusted.
As we could not update trusted certificates in all our client's Android 4 devices, we decided to buy server certificate from another provider, who's signing certificate was still included in Android 4 (COMODO).
If we would not use Crosswalk, we would use certificate-pinning or bundle current certificate authorities to APK. However Crosswalk seems to use native C code for HTTPS and ignores all custom certificates packaged with APK. Hope it makes a sense and will help you to resolve the issue.
Thank you very much @Giriton , very clear for me. I will need to find a workaround solution also, open direct browser link using Crosswalk seem working for me, but embed iframe seem not. Still need to find out more.
Hi fellas. I’m having a hard time to generate a functional .apk of my Ionic app. When Crosswalk is enabled I get this toast (Request was denied for security) and a error on all https calls (net::ERR_INSECURE_RESPONSE). Could somebody give me a hand here? Thanks, guys!
config.xml
package.json