Re: [exim] SSL_write error 5

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Giuliano Gavazzi
日付:  
To: Exim Mailing List
題目: 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