cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl to try the SSL connection with previous connection session ID

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 26 Sep 2012 21:55:29 +0200 (CEST)

On Wed, 26 Sep 2012, bala suru wrote:

> I have built curl with openssl and I am able to execute the https connection
> .
>
> Now every time when curl make TLS connection it makes handshake again .
>
> I need to make use of the client with previous connection session ID of the
> server and use it in next request .

If you re-use the easy handle, libcurl will attempt to use cached session-IDs
by itself.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-09-26