Crosswalk - SSL certificate error notification

I am using Crosswalk with graldes.

When I try to load https

from XWalkView I get SSL Certifcate failure warning.

I have heard solutions working with Cordova that you need to edit files, but not even possible since I get my gradient dependencies here:

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile 'com.android.support:appcompat-v7:22.1.1'
    compile 'org.xwalk:xwalk_core_library_beta:11.40.277.6'
}

      

I also see that with the previous version you could override the client, but it doesn't seem to work with my version and I don't want to get the previous version.

How can I resolve this SSL error?

+3


source to share





All Articles