in reply to Re^5: IO::Socket::SSL and raspberry
in thread IO::Socket::SSL and raspberry
1..27 + + ok # [server] Server Initialization + + ok # [server] tcp accept + + # connect in progress + + ok # [client] client tcp connect + + ok # [server] received plain text + + # wrote 9 bytes + + ok # [client] write plain text + + ok # [server] upgrade to_client to IO::Socket::SSL + + ok # [client] upgrade client to IO::Socket::SSL + + # SSL wants a read first + + # SSL wants a read first + + ok # [client] connected + + ok # [client] nonblocking connect with 2 attempts + + # sndbuf=16384 + + ok # [server] ssl accept handshake done + + ok # [server] received client message + + # read 30000 (1 r/w attempts) + + # $!=Connection reset by peer $SSL_ERROR=SSL write error (5) send=1093 +50 + # connection closed + + ok # [client] syswrite + + not ok # [client] multiple write attempts + + ok # [client] 30000 bytes send + + ok # [server] tcp accept + + # connect in progress + + ok # [client] client tcp connect + + ok # [server] received plain text + + # wrote 9 bytes + + ok # [client] write plain text + + ok # [server] upgrade to_client to IO::Socket::SSL + + ok # [client] upgrade client to IO::Socket::SSL + + # SSL wants a read first + + # SSL wants a read first + + ok # [client] connected + + # sndbuf=16384 + + ok # [server] ssl accept handshake done + + ok # [server] nonblocking accept_SSL with 2 attempts + + ok # [server] received client message + + # read 30000 (2 r/w attempts) + + # $!=Connection reset by peer $SSL_ERROR=SSL write error (5) send=1101 +90 + # connection closed + + ok # [client] syswrite + + not ok # [client] multiple write attempts + + ok # [client] 30000 bytes send
now I need advice on how to solve dat 'multiple write attempts' if some except crossing these two tests out :D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: IO::Socket::SSL and raspberry
by Corion (Patriarch) on Jul 24, 2015 at 17:45 UTC | |
by Artimus (Sexton) on Jul 24, 2015 at 17:50 UTC |