in reply to Using read/syswrite with IO::Socket::SSL

$client_sock is the file handle you are looking for.

Also, you are doing the recv against the listen socket, that is wrong, it should have been $client_sock.

  • Comment on Re: Using read/syswrite with IO::Socket::SSL