crosswalk-project / crosswalk

A web runtime built on Chrome. This project is currently unmaintained.
https://crosswalk-project.org/blog/crosswalk-final-release.html
BSD 3-Clause "New" or "Revised" License
2.32k stars 651 forks source link

Self signed SSL certificate #4006

Open mburger81 opened 6 years ago

mburger81 commented 6 years ago

I'm using your crosswalk webview on an ionic2 app, where we do a simple http get with angular's http.

The reason why I'm writing here is, because the GET and POST we do over HTTPS and a self signed certificate. Our server is on a micro pc like a raspberry pi which is not online and so we can not install a valid certificate on it.

What can we do for it? Is it possible to trust a specific certificate or ignore untrusted ssl error?