It is not possible to add/register account on server with invalid certificate. Exception from certificate validation causes authentication failure and blocks possibility of adding an account.
ll chen commented 1 decade ago
in org.tigase.mobile.authenticator.AuthenticatorActivity.UserCreateAccountTask.doInBackground method,I add code at 125 line like below:
It is not possible to add/register account on server with invalid certificate. Exception from certificate validation causes authentication failure and blocks possibility of adding an account.