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