On Sat, Dec 21, 2002 at 10:28:38AM +0100, Thomas Hörndlein wrote:
> I'm using LWP::UserAgent and Crypt::SSLeay to access a webserver via 
> https which basically works. Unfortunatly a new handshake is done each 
> time the UserAgent accesses an URL. Is it possible to reuse the 
> Session-ID I got when the script connects to the webserver the first 
> time for follow-up sessions?

It is not sufficient to reuse a "Session-ID". You actually have to
reuse the session, including the pre-master secret etc.
I am not familiar with Crypt::SSLeay but reusing session normally means
to maintain a session database, probably shared between processes...
Thus, if it is not supported by Crypt:SSLeay...

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to