Hi, I am facing a performance issue with libwww and ssl support. I have tried to connect to the same server with http and https but https performs very bad. I also see that Keep-Alive does not have any effect on connection. Libwww and SSL always try to make new connection and exchange certs/keys with the server on every new request made (within 2-3 seconds!) Is this the normal behaviour? I am initializing SSL as below. HTSSL_protMethod_set (HTSSL_V23); HTSSL_verifyDepth_set (2); HTSSLhttps_init(YES); Please suggest if there is anthing special to be done while initializing SSL? _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.comReceived on Saturday, 9 October 2004 10:58:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:44 GMT