I am using an SSL socket that is updating from a TCP-Socket. When I try to send some data through this socket using ssl: send, it blocks. I have a send_timeout option for a basic TCP socket. Can someone please tell me why ssl: send freezes and what is its solution? Thanks in advance.
source share