https://issues.apache.org/bugzilla/show_bug.cgi?id=47055
--- Comment #4 from Joe Orton <[email protected]> 2009-05-17 02:27:50 PST --- It's not clear to me why this would fail. mod_ssl calls SSL_set_session_id_context() to set the "session id context" for every new SSL * object, so this looks correct. It would be useful if you could put some extra debugging in your OpenSSL 0.9.8f build, to help track this down: fprintf(stderr, "CACHE MISS %u %u\n", ret->sid_ctx_length, s->sid_ctx_length); before the: goto err; /* treat like cache miss */ line - I'm presuming that is the branch being taken, otherwise you'd be seeing an error. If that doesn't help, start sprinkling fprintf's around until you find the branch that is failing. (If you need a specific patch to apply, let me know.) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
