ok, got some time to test it.
The problem appears when signing in with account user has already.
The Error seen in the log is:
> W/FxAccounts(13970): java.net.SocketTimeoutException: failed to connect to api.accounts.firefox.com/54.149.91.87 (port 443) after 30000ms
I’m not sure why it happens but maybe because the server (namely api.accounts.firefox.com
) responds as CN=accounts.firefox.com
through SSL. The names do not correspond hence IceCat unable to connect.
@krt, could you please fix it? I mean maybe simply replacing /api.accounts.firefox.com/accounts.firefox.com/ might do the trick?
Thanks in advance. BR.