Firefox and syncing with https

prettyclaire

New Member
I have noticed the certificate that you use for ssl and https doesn't seem to work with firefox stable 32.02. It seems to work fine in google chrome, so I wonder if it is a mozilla certificate security thing? Can anyone else test this? I have noticed the extension on its own seems fine, but the program intercepting the scripts doesnt seem to work right.
 

Boo Berry

Moderator + Beta Tester
Moderator
Odd, the certificate is working fine here. Are you getting an error, e.g the connection is not trusted error?
 

prettyclaire

New Member
It doesnt even let me get into anything, when you try to first sync, it blocks it. Turn it off, and it works, very weird
 

Boo Berry

Moderator + Beta Tester
Moderator
Oh Firefox's sync feature. You can try adding this rule to your user filter;

Code:
@@||sync.services.mozilla.com$document
Personally, I have three other Mozilla domains whitelisted and Firefox's sync works for me. So if the above doesn't work, try these too;

Code:
@@||services.mozilla.com$document
@@||mozilla.org/update$document
@@||versioncheck.addons.mozilla.org/update$document
 

Boo Berry

Moderator + Beta Tester
Moderator
Indeed. Same with Chrome's sync URLs I have whitelisted too. Did the rule(s) work for you?
 
Last edited by a moderator:

avatar

Administrator
Staff member
Administrator
Cannot reproduce it, sync works fine for me.

Try adding services.mozilla.com to SSL exclusions ("Settings" - "Network" - "Exclusions..." link).
Please tell me if it works - we'll add services.mozilla.com to default exclusions.
 

Boo Berry

Moderator + Beta Tester
Moderator
Google uses google.com/chrome-sync for Sync too. But they use google.com/chrome-variations and google.com/webhp?sourceid=chrome-instant for other features as well. Not sure what Opera's sync URLs are.
 
Last edited by a moderator:

prettyclaire

New Member
Last edited by a moderator:

prettyclaire

New Member
I tried that first time, didn't work, I had to manually install it as if it was portable. The advice to do what you asked didn't work, I did read the thread you linked to. Anyway, I got it working by looking for the root certificate and manually importing it into authorities/ certificates, or what ever it is lol.
 
Top