Hi
I tried to run OPENSER with SSL in Freebsd6.2. Here is the error I got:
"ERROR:core:_tls_read:something wrong in SSL: 5"
I checked OPENSSL docs and find "5" is SSL_ERROR_SYSCALL.
Added ERR_get_error(), but get return 0. Also checked errno, the errno
is EAGAIN.
How to fix this ?
Thanks.