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

Pàgina inicial
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
A: exim-users
Assumpte: 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