-
@pbeyssac It just close the underlying SSL "socket", but doesn’t send closing signal. You need to call SSL_shutdown wiki.openssl.org/index.php/Manual:SSL_shutdown(3)
-
@pbeyssac In your case, I guess the SSL socket is closed but without closing signal, so on the other side, SSL and TCP still up.
-
@pbeyssac If you send data from the other side, pass through SSL then TCP stack, then TCP stack of the other. Hitting closed […]
aeris22’s Twitter Archive—№ 47,227