When an android user opens a https website with untrusted ssl certificate in a browser, he is asked wheter he wants to trust the certificate or not.
How to implement such behavior in my android app without accepting every certificate (like described here HTTPS GET (SSL) with Android and self-signed server certificate )
In my app I want to get data from a website that is not mine and has a self signed certificate.