Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 2 ответа
  • 1 имеет эту проблему
  • 25 просмотров
  • Последний ответ от 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.