My app is currently accepting all the untrusted certificates with "EasySSLSocketFactory". I would like to follow the web browser behavior, which it is showing the certificate information and asking the user add the certificate to a trusted store or cancel it.
Does anybody knows how to do it? Thanks.