aeris22’s avataraeris22’s Twitter Archive—№ 47,225

  1. …in reply to @pbeyssac
    @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)
    1. …in reply to @aeris22
      @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.
      1. …in reply to @aeris22
        @pbeyssac If you send data from the other side, pass through SSL then TCP stack, then TCP stack of the other. Hitting closed […]
        1. …in reply to @aeris22
          @pbeyssac SSL stack which can’t handle the data. No real SSL error, no TCP error. No E_PIPE.
          1. …in reply to @aeris22
            @pbeyssac I remember a good article on this topic, but can’t find the link :'(