Bug 454736 - Cannot login on Android
Summary: Cannot login on Android
Status: RESOLVED FIXED
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Other Android 7.x
: NOR normal
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-02 10:37 UTC by Jan Bidler
Modified: 2022-07-13 12:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Bidler 2022-06-02 10:37:42 UTC
SUMMARY
On Android, I cannot login with my account.

STEPS TO REPRODUCE
1. Open app
2. Put in matrix username + homeserver (i.e. `@bar:matrix.org`)
3. Wait multiple minutes

OBSERVED RESULT
The lower button shows "Loading" and after a while a "Network error: Failed resolving the homeserver" toast appears.

EXPECTED RESULT
It shouldn't show an error and let me login with my account.

SOFTWARE/OS VERSIONS
 - **Distribution / Platform:** Android 7
 - **Qt Version:** 5.15.2
 - **NeoChat version:** 22.04
 - **Quotient version:** (not shown in About)
 - **Matrix server:** matrix.org
Comment 1 Jan Bidler 2022-06-24 12:35:12 UTC
Forgot to mention this after it was discussed in the matrix room, this seems SSL+Android version related.
```
06-22 21:53:16.220 32545 32561 I neochat : quotient.jobs: Sent GET https://matrix.org/.well-known/matrix/client
06-22 21:53:16.303 32545 32561 W neochat : quotient.jobs: No valid HTTP headers from GET https://matrix.org/.well-known/matrix/client
06-22 21:53:16.303 32545 32561 W neochat : quotient.jobs: "GetWellknownJob" status NetworkError: SSL handshake failed
06-22 21:53:16.303 32545 32561 W neochat : quotient.jobs: "GetWellknownJob": retry #2 in 10 s
```
Comment 2 Jan Bidler 2022-07-13 12:08:10 UTC
This seems to have been fixed somewhere between 22.04 and 22.06, don't know the exact commit.
But I can login now :)