hi all if server has reboot ,what should client do to reconnect with server ? SSL_shutdown(ssl); SSL_free(ssl); SSL_CTX_free(ctx);close(normal_tcp_fd); all should be done or only some of them?and where should I do from ?fromsocket()?SSL_ctx_new?SSL* ssl? and if client has reboot ,need server exit from the thread according to this client ? need server do allSSL_shutdown(ssl); SSL_free(ssl); SSL_CTX_free(ctx);close(normal_tcp_fd);
- how to redo SSL handshake? wang9736
- Re: how to redo SSL handshake? Alex Lam
