From: Tom Ryder Date: Fri, 26 Jun 2015 04:21:54 +0000 (+1200) Subject: Specify session context for OpenSSL clients X-Git-Tag: rel-23-rc1~26^2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=b71a0ddbd570f5163ede198d635c3b03abd3e27e;hp=b71a0ddbd570f5163ede198d635c3b03abd3e27e Specify session context for OpenSSL clients Reconnecting to ngIRCd 22.1 built with OpenSSL with some OpenSSL clients, including Pidgin and stunnel 5.06, attempts to reuse a session and fails due to the absence of this line. The error message in syslog from ngIRCd is: > SSL protocol error: SSL_accept (error:140D9115:SSL > routines:SSL_GET_PREV_SESSION:session id context uninitialized) This patch appears to fix the problem for both Pidgin and stunnel; it may work for other OpenSSL clients that attempt to re-use sessions. * * * ---