Hi Folks, i hope ive got here to the right place for that purpose... I want to synchronize the data of the firefox on my laptop with them on my android device using my own server. On my laptop everything looks good but on the android device ive got problems. I have chosen to connect to an existing account and have entered all required things (E-Mail, Passwort, Server-URL and (that was much fun typing in using the on screen keyboard ;)) the Recovery-Key). After that i have pressed the connect button and what happened? exactly nothing ;). Ok that is a very interesting error if there is no error message but it was obvious that it didnt worked because there was no reaction at all. To get the confirmation to my guess that sth went wrong i had to do the long way: First of all i had to install adb to my laptop, After thed i triggered/tackled the build version sometimes and became a developer on my android device... Finely ive got adb logcat to work and guess what, there was the invisible error message:
> I/FxSync ( 7216): firefox :: EnsureUserExistence :: Error checking for user > existence. > W/FxSync ( 7216): firefox :: AccountAuthenticator :: Authentication failed. > W/FxSync ( 7216): javax.net.ssl.SSLPeerUnverifiedException: No peer > certificate > W/FxSync ( 7216): at > com.android.org.conscrypt.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:146) > W/FxSync ( 7216): at > ch.boye.httpclientandroidlib.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128) > W/FxSync ( 7216): at > ch.boye.httpclientandroidlib.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:397) > W/FxSync ( 7216): at > ch.boye.httpclientandroidlib.impl.conn.DefaultClientConnectionOperator.openConnection$5238a6d6(DefaultClientConnectionOperator.java:148) > W/FxSync ( 7216): at > ch.boye.httpclientandroidlib.impl.conn.AbstractPoolEntry.open$7c4f2834(AbstractPoolEntry.java:149) > W/FxSync ( 7216): at > ch.boye.httpclientandroidlib.impl.conn.AbstractPooledConnAdapter.open$7c4f2834(AbstractPooledConnAdapter.java:121) > W/FxSync ( 7216): at > ch.boye.httpclientandroidlib.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:573) > W/FxSync ( 7216): at > ch.boye.httpclientandroidlib.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425) > W/FxSync ( 7216): at > ch.boye.httpclientandroidlib.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:818) > W/FxSync ( 7216): at > org.mozilla.gecko.sync.net.BaseResource.execute(BaseResource.java:229) > W/FxSync ( 7216): at > org.mozilla.gecko.sync.net.BaseResource.retryRequest(BaseResource.java:268) > W/FxSync ( 7216): at > org.mozilla.gecko.sync.net.BaseResource.execute(BaseResource.java:239) > W/FxSync ( 7216): at > org.mozilla.gecko.sync.net.BaseResource.go(BaseResource.java:296) > W/FxSync ( 7216): at > org.mozilla.gecko.sync.net.BaseResource.get(BaseResource.java:302) > W/FxSync ( 7216): at > org.mozilla.gecko.sync.setup.auth.EnsureUserExistenceStage$3.run(EnsureUserExistenceStage.java:111) > W/FxSync ( 7216): at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422) > W/FxSync ( 7216): at > java.util.concurrent.FutureTask.run(FutureTask.java:237) > W/FxSync ( 7216): at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) > W/FxSync ( 7216): at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) > W/FxSync ( 7216): at java.lang.Thread.run(Thread.java:841) First of all i would call that an more or less epic fail if the developer forgets to handle such an error, secondly that all reminds me of the words of an old known person of mine who was always laughing about java and telling that it is a exeption generator rather then a programming language... But the problem is i don’t understand anything of this and just want to bring my Firefox sync to work on my android device. So please help me thanks and greetings -- |_|0|_| |_|_|0| |0|0|0| http://treaki.tk/ _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

