- if (tryConnection(client, "https://" + mUrl + AccountUtils.STATUS_PATH)) {
- return new RemoteOperationResult(RemoteOperationResult.ResultCode.OK_SSL);
-
- } else if (!mLatestResult.isSslRecoverableException()) {
-
+ boolean httpsSuccess = tryConnection(client, "https://" + mUrl + AccountUtils.STATUS_PATH);
+ if (!httpsSuccess && !mLatestResult.isSslRecoverableException()) {