Why is HTTPS 10 times slower compared to HTTP
Girish S <[email protected]> Sat, 9 Oct 2004 03:58:05 -0700 (PDT)
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
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.com