REPRODUCIBILITY (% or how often): 100%
BUILD ID = OS VERSION (Settings > About product): 4.1.0.23
HARDWARE (XA2, Xperia 10…): XA2
UI LANGUAGE: German
REGRESSION: (compared to previous public release: Yes, No, ?): No
DESCRIPTION:
With the new version I cannot create a connection to my xmpp server (prosody 0.11.8). I have several connections with other systems on TLS 1.2 and 1.3. I stripped down the prosody settings
to 1.1+ (1.0 up) but I still get:
client disconnected: unsupported protocol
PRECONDITIONS:
prosody with ssl setting:
protocol = "tlsv1+";
(but tls1_2+
preferred!)
STEPS TO REPRODUCE:
- tail prosody debugging/info level
- create an account on device
EXPECTED RESULT:
Client connects to xmpp server
ACTUAL RESULT:
prosody.log
:
May 12 21:29:11 c2s560e80a8a6f0 info Client connected
May 12 21:29:11 c2s560e80a8a6f0 info Client disconnected: unsupported protocol
debug.log
ay 12 21:19:20 c2s55fffeeeb520 debug TLS negotiation started for c2s_unauthed...
May 12 21:19:20 socket debug starting ssl handshake after writing
May 12 21:19:20 socket debug starting handshake...
May 12 21:19:20 socket debug ssl handshake of client with id:table: 0x55fffeb737a0, attempt:1
May 12 21:19:20 socket debug ssl handshake of client with id:table: 0x55fffeb737a0, attempt:2
May 12 21:19:20 socket debug ssl handshake error: unsupported protocol
May 12 21:19:20 socket debug closing client with id: 55fffeb737a0 unsupported protocol
May 12 21:19:20 c2s55fffeeeb520 info Client disconnected: unsupported protocol
May 12 21:19:20 c2s55fffeeeb520 debug Destroying session for (unknown) ((unknown)@myserv.er): unsupported
protocol
May 12 21:19:20 socket debug handshake failed because: unsupported protocol