-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WRONG_VERSION_NUMBER(tls_record.cc:231)) #53
Comments
When i set useTLS: false:
|
@vsevex any solutions? |
@mhdshah Which server is your XMPP based on? Metronome, openfire etc? |
It's Ejabberd |
I didn't try it. It seems I'll use matrix instead of mqtt. Unfortunately |
Hi @mehmetgencdal, @mhdshah, Thank you for opening an issue. Handshake exceptions are common during connection establishment in Whixp, as the Flutter framework does not provide an easy way to configure StartTLS. To resolve this, you must use DirectTLS in release mode; otherwise, the connection cannot be established. For testing purposes, you must connect to the server without establishing a TLS connection. Additionally, there is a path exception when trying to initialize Whixp in Flutter. You can fix this issue by referring to the solution mentioned in the documentation. |
@vsevex Thanks. As you suggested, I built the app in release mode, but I still couldn't connect. Am I missing something? |
@mhdshah, this has nothing to do with the release version of the current application. By In your case, it is preferable to connect to the server without any SSL configuration. Therefore, try connecting to port |
When I try to connect I get this error.
The text was updated successfully, but these errors were encountered: