On Thu, Feb 01, 2007 at 11:17:56PM +0100, Toni Thomsson wrote: > Hi, I've used Neon in some of my projects and I'm quite happy with it, > great library! However I think I bumped in to a bug when I tried to > use SSL with a client cerificate. I try to read the clientcert so that > I can add it to the session but it always fails, or rather the process > gets interupted and exits. Looks like "someone" is calling exit(1);
Have you called ne_sock_init() at any point? If OpenSSL has not been initialized before using any SSL functions as in your example code, random things may happen. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
