in reply to Re: How to store the openssl's SSL structure in perl Net::SSLeay
in thread How to store the openssl's SSL structure in perl Net::SSLeay

Yes, every time my program runs, one socket connection is create. But for thie new socket connection, I want to use one existent session id for the ssl layer. And then the ssl session reuse function will work.
  • Comment on Re^2: How to store the openssl's SSL structure in perl Net::SSLeay

Replies are listed 'Best First'.
Re^3: How to store the openssl's SSL structure in perl Net::SSLeay
by Corion (Patriarch) on Aug 07, 2013 at 07:43 UTC

    That's not possible.

      Ok, thanks for your reply. For my question, or if there are other ways to do that. How to do the ssl session reuse in client side?