Closed
Bug 753457
Opened 13 years ago
Closed 4 years ago
Sync error "Aborting sync: Failure fetching info/collections" after SSLPeerUnverifiedException ("No peer certificate")
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: cpeterson, Unassigned)
Details
Attachments
(1 file)
8.80 KB,
text/plain
|
Details |
I see the following exceptions in logcat reporting the Sync can't sync. See the attached log for the more details.
W/GlobalSession(22535): Aborting sync: Failure fetching info/collections.
W/GlobalSession(22535): javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
W/GlobalSession(22535): at org.apache.harmony.xnet.provider.jsse.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:137)
W/GlobalSession(22535): at ch.boye.httpclientandroidlib.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128)
W/GlobalSession(22535): at ch.boye.httpclientandroidlib.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:397)
W/GlobalSession(22535): at ch.boye.httpclientandroidlib.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
W/GlobalSession(22535): at ch.boye.httpclientandroidlib.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
W/GlobalSession(22535): at ch.boye.httpclientandroidlib.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
W/GlobalSession(22535): at ch.boye.httpclientandroidlib.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:573)
W/GlobalSession(22535): at ch.boye.httpclientandroidlib.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
W/GlobalSession(22535): at ch.boye.httpclientandroidlib.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:818)
W/GlobalSession(22535): at ch.boye.httpclientandroidlib.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:752)
W/GlobalSession(22535): at org.mozilla.gecko.sync.net.BaseResource.execute(BaseResource.java:241)
W/GlobalSession(22535): at org.mozilla.gecko.sync.net.BaseResource.go(BaseResource.java:269)
W/GlobalSession(22535): at org.mozilla.gecko.sync.net.BaseResource.get(BaseResource.java:275)
W/GlobalSession(22535): at org.mozilla.gecko.sync.net.SyncStorageRequest.get(SyncStorageRequest.java:162)
W/GlobalSession(22535): at org.mozilla.gecko.sync.InfoCollections$1.run(InfoCollections.java:99)
W/GlobalSession(22535): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
W/GlobalSession(22535): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
W/GlobalSession(22535): at java.util.concurrent.FutureTask.run(FutureTask.java:137)
W/GlobalSession(22535): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
W/GlobalSession(22535): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
W/GlobalSession(22535): at java.lang.Thread.run(Thread.java:856)
I/SyncAdapter(22535): GlobalSession indicated error. Flagging auth token as invalid, just in case.
I/SyncAdapter(22535): Notifying sync monitor.
I/SyncAdapter(22535): Setting minimum next sync time to 1336673938397
D/class ch.boye.httpclientandroidlib.impl.conn.tsccm.ThreadSafeClientConnManager(22535): Closing expired connections
D/class ch.boye.httpclientandroidlib.impl.conn.tsccm.ConnPoolByRoute(22535): Closing expired connections
D/class ch.boye.httpclientandroidlib.impl.conn.tsccm.ThreadSafeClientConnManager(22535): Shutting down
I/SyncAdapter(22535): Not syncing: must wait another 86399848ms.
Comment 1•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•