Mathias Schneuwly

Results 6 comments of Mathias Schneuwly

I also have regular crashes of Tilix. I love Tilix, but this makes it more or less useless for me. Would be cool if somebody could have a look. ```...

It would also be nice, if the bind address for SSL and plain could be different. As an example, enable plain access on localhost only and SSL for all interfaces.

> Is this parameter set to 2? > > * https://www.kamailio.org/wikidocs/cookbooks/5.8.x/core/#tls_threads_mode I tried 0-3 but it blocks in all cases... I also played with https://www.kamailio.org/docs/modules/stable/modules/tls.html#tls.p.init_mode but also didn't find a...

> Can you try K 6.0.1? Be sure it is with `tls_threads_mode=2` (or not set, the default) I can give another try, but while tinkering I already tried it without...

We are using the official openssl recipe from yocto (https://git.yoctoproject.org/poky/tree/meta/recipes-connectivity/openssl?h=scarthgap) version 3.2.3 and it seems quite clean. There are not many patches and nothing which pops in my eyes. >...

> Can you try the following code tweak on master/5.8 branch : > > In `tls_init.c` - around line 822 > > ``` > tls_h_mod_randctx(NULL); // add this line! >...