I just was messing around with my nginx configuration to update it to support TLSv1.3.
With that I realised that my SFOS (currently running 3.3.0.16 on my xperia 10 plus) does NOT support TLSv1.3 and neither does alien-dalvik.
Is an update for that planned?
Gecko 52 should bring support for this. So the browser update coming soon ™ will provide support for it. As for the rest of the system. I have no clue to be honest. I think TLSv1.2 could come to AD but if 1.3 will be supported … we’ll see.
TLSv1.2 should already be supported, at least apps & browsers do in both environments (ad and sfos) with my servers which only support TLSv1.2 and TLSv1.2.
Same error here.
As a quick and dirty workaround I removed telepathy-gabble (pkcon remove telepathy-gabble) and installed the telepathy-gabble-plus package from openrepos. This way I got back a working xmpp until the normal telepathy-gabble package gets fixed.
Yeah, I couldn’t get it installed from some reason (I use noonien’s openrepos repo), but after manually installing telepathy-gabble and installing telepathy-gabble-plus it works again, great! (I don’t recall having to do that uninstall before.)
I have the same case that SFOS cannot connect to ejabberd after upgrade to SF 4.0.x. Through all SF upgrade cycles from 1.x to 3.x XMPP worked fine. After upgrade to 4.0.x I only see these errors in ejabberd log:
But how did you manage to to “pkcon remove telepathy-gabble”? In my case (running as root) it ends up with Fatal error: this request will destroy your system (my free transaltion).
I didn’t get any errors. Not sure what I did different. Maybe It’s that I first tried to install telepath-gabble-plus through storeman and only after this failed I tried to remove the telepathy-gabble by hand. If I remeber correctly the remove command not only removed the telepathy-gabble. It also finished the failed installation of telepathy-gabble-plus. Maybe I got no error message because pkcon substituted the missing dependencies form the telepathy-gabble with the telepathy-gabble-plus dependencies because I already had the repository active and had tried to install the package, which was blocked by the installed telepathy-gabble.
But this is a bit of speculation on my side.
Another day, another attempt! This time the removal of telepathy-gabble worked and the installation of telepathy-gabble-plus tehreafter was possible. Immediately xmmp connection to ejabberd was picked up and held messages started to flow in. Thanks!