> OK, I have more log now. > > Fri Nov 21 14:26:06 2014 - OOOPS mule 1 (pid: 18439) crippled...trying > respawn... > Fri Nov 21 14:26:06 2014 - spawned uWSGI mule 1 (pid: 18453) > Fatal Python error: Couldn't create autoTLSkey mapping > Fri Nov 21 14:26:10 2014 - OOOPS mule 1 (pid: 18453) crippled...trying > respawn... > Fri Nov 21 14:26:10 2014 - spawned uWSGI mule 1 (pid: 18463) > Fatal Python error: Couldn't create autoTLSkey mapping > Fri Nov 21 14:26:13 2014 - OOOPS mule 1 (pid: 18463) crippled...trying > respawn... > Fri Nov 21 14:26:13 2014 - spawned uWSGI mule 1 (pid: 18471) > > > Wierd isn't it? I have looked up (google) and it seems like TLS is Thread > Local Storage not the ssl thing. > > Couldn't find a way out though... > >
ensure you have --enable-threads (you will get a message in the logs about threading support) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
