.NET\'s SslStream class does not send the close_notify alert before closing the connection.
SslStream
close_notify
How can I send the close_notify al
It's a bug in .NET's usage of the underlying security API. Note another question by me about being unable to select a specific cypher suite - they really botched up this API wrapper...