atul dhingra" <[EMAIL PROTECTED]> wrote: > Please find below the gdb output, would appreciate your comments: ... > (gdb) bt > #0 0x401420d7 in BIO_read () from /lib/libcrypto.so.0.9.7 > #1 0x40290ffe in tls_handshake_send (ssn=0x40290798) at tls.c:230
Look at the parameters passed by that line of code to the BIO_read function. See if any are NULL, and if so, why. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

