Hi Vasil, Vasil Kolev wrote: > Hi, > > I'm using 1.5 (trunk) with some small changes and trying to run it with > TLS. I see all kinds of weird crashes related to libssl, which I'm > pretty sure are related to a race condition somewhere, which I have hard > time finding. Can you post some more info on this, like logs, backtrace, anything that might help in locating the problem? > So I decided to try running this in non-forking mode, to > see what's happening, and turns out that in non-forking mode you can > have only one socket, which is UDP, e.g. I can't run it TCP only. > (also, in tcp-only mode the initialisation of the 'acc' module > segfaults, I'll also look into that) > > I'm on revision 5334 of the trunk currently. > > Any ideas on this, e.g. should I be able to run in tcp-only mode > non-forked? And does someone have such issues with SSL ? > no, there is not way to start in no-fork mode with TCP/TLS, as the TCP/TLS manager is a separate process that needs to fork :).
Regards, Bogdan > > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
