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
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 ```
This seems to have been fixed somewhere between 22.04 and 22.06, don't know the exact commit. But I can login now :)