On 20/12/2018 17:16, Viktor Dukhovni wrote: >> "14142044:SSL routines:SSL_GET_SERVER_CERT_INDEX:internal error" > > This is an SSL library error in your error stack. Likely left > over from an earlier function call, with no ERR_clear_error() > before the new call. Thanks for the hint. You are correct, and a clear before that set of crypto operations gets me a far more reasonable message. The error seems to be left around after SSL_accept(), and yet it does not appear in my SNI callback. Worse, my verify callback (which I was expected to appear) does not seem to be being called. Yet the SSL_accept() succeeded. Any ideas on that? -- Cheers, Jeremy -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users