curl-library
https problems on Mac OSX
Date: Thu, 27 Feb 2003 12:20:02 -0700
I am using libcurl staticly linked into a codwarrior application. (Perhaps on source of problems).
These are the ssl options I set for the interface:
curl_easy_setopt( m_Connection, CURLOPT_SSLENGINE, NULL );
curl_easy_setopt( m_Connection, CURLOPT_SSLENGINE_DEFAULT, 1 );
curl_easy_setopt( m_Connection, CURLOPT_SSLCERT, NULL );
curl_easy_setopt( m_Connection, CURLOPT_SSLCERTTYPE, NULL );
curl_easy_setopt( m_Connection, CURLOPT_SSLKEY, NULL );
curl_easy_setopt( m_Connection, CURLOPT_SSLKEYTYPE, NULL );
curl_easy_setopt( m_Connection, CURLOPT_SSLKEYPASSWD, NULL );
curl_easy_setopt( m_Connection, CURLOPT_SSL_VERIFYHOST, 0 );
As you can see, I am looking for the least work-intensive way to get https pages to load.
Sometimes, I get "error setting cerficate verify locations" (I know certificate is spelled wrong, but that is what is placed into the error buffer).
Other times, a much worse problem happens and I lose control from the program:
md_rand.c:311: failed assertion `md_c[1] == md_count[1]'
Abort trap.
I do not know much about ssl at all, so as much information as possible would help a lot.
Any ideas?
I link dynamically with libcrypto.0.9, libssl.0.9, libz.1.1.3, and libgcc.a (for saveFP and restFP, and another floating point function). Any help would be greatly appreciated, thanks, Chris
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2003-02-27