搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Firefox for Android not syncing with my own Sync-1.5 server

  • 2 个回答
  • 1 人有此问题
  • 18 次查看
  • 最后回复者为 darklunar

more options

1. I verified that Firefox can connect to my own Sync-1.5 server without refusing the SSL certificate. Not sure if self-signed matters.

2. I used about:config to set identity.sync.tokenserver.uri to the address of my own Sync-1.5 server so it's like: https://#########:5001/token/1.0/sync/1.5

3. I signed in to my Firefox Account using Firefox->Settings->General->Sign in.

4. I navigated to Firefox->Settings clicked on my account. Firefox tells me that I am logged in, but never synced.

6. I click Sync now but always say "Last synced: never".

This was all done on a fresh installation of Firefox.

The logs of my webserver show no connection attempt from my device. All my PCs work fine though.

Firefox 65.0.1 Android 8.0, OnePlus 3t

Thanks!

1. I verified that Firefox can connect to my own Sync-1.5 server without refusing the SSL certificate. Not sure if self-signed matters. 2. I used about:config to set identity.sync.tokenserver.uri to the address of my own Sync-1.5 server so it's like: https://#########:5001/token/1.0/sync/1.5 3. I signed in to my Firefox Account using Firefox->Settings->General->Sign in. 4. I navigated to Firefox->Settings clicked on my account. Firefox tells me that I am logged in, but never synced. 6. I click Sync now but always say "Last synced: never". This was all done on a fresh installation of Firefox. The logs of my webserver show no connection attempt from my device. All my PCs work fine though. Firefox 65.0.1 Android 8.0, OnePlus 3t Thanks!

被采纳的解决方案

Thanks for the help. I discovered that Android doesn't like self-signed certs so I had to make sure my syncserver was using a CA-signed cert and now its working fine.

定位到答案原位置 👍 0

所有回复 (2)

more options

The Sync component uses the Android internal certificate store. You will need to add your cert to Android's as well.

more options

选择的解决方案

Thanks for the help. I discovered that Android doesn't like self-signed certs so I had to make sure my syncserver was using a CA-signed cert and now its working fine.