cURL / Mailing Lists / curl-users / Single Mail

curl-users

SSL differnces between 7.8 and 7.10.2

From: Marty Kuhrt <marty_at_Barra.COM>
Date: Mon, 30 Dec 2002 15:48:12 -0800 (PST)

I just updated cURL from 7.8 to 7.10.2 and now my test program
that connects to a site via proxy and https is failing with a
CURLE_SSL_CONNECT_ERROR. The test program hasn't been changed,
and the OpenSSL library hasn't been changed.

The verbose output has changed from

* Establish HTTP proxy tunnel to www.thesite.com:443
> CONNECT www.thesite.com:443 HTTP/1.0
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
< H
< P
<
* Proxy replied to CONNECT request
* SSL connection using DES-CBC3-SHA
* Server certificate: etc
* Connected to the.proxy.url (xxx.xxx.xxx.xxx)

to

* About to connect() to proxy:911
* Connected to the.proxy.url (xxx.xxx.xxx.xxx) port 911
* Establish HTTP proxy tunnel to www.thesite.com:443
* Proxy replied to CONNECT request
* libcurl is now using a weak random seed!
* Closing connection #0

Is there some curl_easy_setopt option that needs to be explicitly set
now that the cURL version has been updated?

Thanks,
Marty

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2002-12-31