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
Re-use the same curl handle in subsequent requests! Don't call curl_easy_cleanup(curl) and curl_easy_init() again between them.