1 Mar
2016
1 Mar
'16
8:57 p.m.
On Thu, Feb 25, 2016 at 09:19:22AM +0200, John Found wrote:
** ERROR **: our TLS mystery error is: error:140C5042:SSL routines:ssl_undefined_function:called a function you should not call At ssl_lib.c:2800
(Oops, I missed your reply!) Looking in the openssl source, that's just: int ssl_undefined_function(SSL *s) { SSLerr(SSL_F_SSL_UNDEFINED_FUNCTION, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); return (0); } ...which is no surprise at all. I thought it might at least tell me which call was disliked.