Re: [exim] TLS error no shared cipher with SSL_accept: error…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] TLS error no shared cipher with SSL_accept: error in error
On 31/05/2021 13:27, Viktor Dukhovni via Exim-users wrote:
>> 40884 SSL_accept: error in error
>> 40884 SSL_accept: error in error
>
> I haven't seen that one much. Perhaps an issue in the Exim OpenSSL glue
> code.


Best guess is that is from an info callback into Exim from OpenSSL
( registered via SSL_CTX_set_info_callback() ), with a "where"
of SSL_CB_EXIT and that second "error" string helpfully provided
by SSL_state_string_long().
--
Cheers,
Jeremy