Subject: [Boost-users] [asio] Getting End of file on ssl::stream::shutdown
From: Tak Sze (takfaisze_at_[hidden])
Date: 2012-04-26 18:07:23


I have a very simple SSL client and server program that send messages back
and forth using asio ssl stream. Both sides send a "no more message"
message when they are done. Then they both call shutdown to shutdown the
SSL connection. However, I kept getting "shutdown: End of file" from
shutdown. Does anyone know why I am getting that?

- Tak