On 07/09/2013 11:09 AM, p.j.bak...@polarssl.org wrote:
> Yeah!
> 
> -82 is: POLARSSL_ERR_NET_WANT_READ
> 
> It means that somewhere in the code, OpenVPN calls a read() or a write() and
> seems to not handle the return value properly.

I've peaked into the code, but in all cases where ssl_read() or
ssl_write() is called, there is checked for a POLARSSL_ERR_NET_WANT_READ
of POLARSSL_ERR_NET_WANT_WRITE return value. In those cases, no error is
returned and a read or write will be retried later on, but the polarssl
debugging output will still be printed. It could very well be that this
is not the actual issue.

Peter, do you perhaps have full, possibly redacted, logs available?

-Steffan


Reply via email to