Hi, I have created a TLS connection with SSL_connect(ssl) successfully. Then I call SSL_shutdown(ssl) to close the TLS connectio sussessfully. Thenn I want to do the reopen with SSL_connect(ssl) . But I found it failed. The return value from ::SSL_get_error (ssl, status) is SSL_ERROR_SYSCALL, and status is 0. From page http://www.openssl.org/docs/ssl/SSL_get_error.html The error means "Some I/O error occurred". and status is 0 means "an EOF was observed that violates the protocol". The problem is not seen when the peer and my party running on the same system. It is seen the peer is other system running SSL application. I want to know if the already close ssl could not be used for SSL_connect() again. Anyone can help?
Thanks, Roger ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]