Crosswalk alert with https api

Hi

I try to use crosswalk for my app but I got a problem : my API have an https:// url, and each time I try to reach it I got an alert "Ssl Certificate error"
http://www.thomasmaximini.com/images/posts/xwalk/ssl_error.png

if I press OK data is fetched, but I would like to accept automatically …

I found a onReceivedSslError function on crosswalk java code, but I don’t know how to override it with ionic, anyone have some clues ?

I have same problem.
http://ivancevich.me/articles/ignoring-invalid-ssl-certificates-on-cordova-android-ios/

http://www.thomasmaximini.com/2015/01/23/getting-started-with-crosswalk-in-ionic.html

im gonna try this