5 Mar
2009
5 Mar
'09
12:11 p.m.
On Thu, Mar 05, 2009 at 10:50:29AM +0100, Xavier Lapie wrote:
On Thu, Mar 05, 2009 at 10:44:03AM +0100, Hahusseau, Thomas wrote:
Yeah I enable the debug mode and open the core file with gdb. I can see a huge backtrace with a lot of "index out of range" error inside. If you I can attach the backtrace on this mailing list.
I found something which could solve your problem. The tls context is not initialized when used in client mode, there is a typo in the cfg-grammar.y file. Just go to the line 899 and replace ENABLE_TLS by ENABLE_SSL. -- Xavier