Re: [exim] SSL_write error 5

Pàgina inicial
Delete this message
Reply to this message
Autor: Giuliano Gavazzi
Data:  
A: Exim Mailing List
Assumpte: Re: [exim] SSL_write error 5

On 11 Mar 2006, at 15:52, Giuliano Gavazzi wrote:

> SSL_set_accept_state


ok, ignore SSL_set_accept_state.

Perhaps there is no way to clear this problem, as the error returned is:

#define SSL_ERROR_SYSCALL               5 /* look at error stack/ 
return value/errno */


while the error that requires SSL_write to be called again is
SSL_ERROR_WANT_READ or
SSL_ERROR_WANT_WRITE (2 and 3) (in the case of non-blocking IO).

Giuliano