cURL / Mailing Lists / curl-users / Single Mail

curl-users

Verify Peer Fails

From: Brian Simms <brian_at_absolutesoftware.com.au>
Date: Mon, 9 Oct 2006 10:19:21 +1000

Hi All,

I'm using the following option:

curl_easy_setopt( m_pHTTPhandle, CURLOPT_SSL_VERIFYPEER, 1 );

The following debug information is returned

* About to connect() to www.absolutesoftware.com.au port 443
* Trying 216.92.180.183... * connected
* Connected to www.absolutesoftware.com.au (216.92.180.183) port 443
* successfully set certificate verify locations:
* CAfile: /cert/curl-ca-bundle.mod.crt
  CApath: none
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
* subject: /C=AU/2.5.4.17=3093/ST=Victoria/L=Lower Plenty/2.5.4.9=3 /
87 Main Road/O=Absolute Software Pty Ltd/OU=Provided by pair Networks,
Inc./OU=pair Networks $50 Warranty SSL/CN=www.absolutesoftware.com.au
* start date: 2006-10-06 00:00:00 GMT
* expire date: 2007-10-06 23:59:59 GMT
* common name: www.absolutesoftware.com.au (matched)
* issuer: /C=US/ST=UT/L=Salt Lake City/O=The USERTRUST
Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware
* SSL certificate verify result: unable to get local issuer certificate
(20), continuing anyway.

What do I need to request from my certificate supplier to allow me to use
the CURLOPT_SSL_VERIFYPEER option. Note CURLOPT_SSL_VERIFYHOST works fine.

Thanks, Brian

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.13.1/466 - Release Date: 7/10/2006
 
Received on 2006-10-09