From:             [EMAIL PROTECTED]
Operating system: Redhat Linux 7.2
PHP version:      4.3.0RC3
PHP Bug Type:     cURL related
Bug description:  Problem with curl_setopt and client certificates

It appears that if you try to specify a client certficate for an HTTPS
connection using the CURLOPT_SSLCERT option, nothing gets set. An example
would be:

curl_setopt($ch, CURLOPT_SSLCERT, "client.pem");

A quick look at the PHP source seems to indicate that this option is
omitted from the curl_setopt function. If I add it it works fine.
-- 
Edit bug report at http://bugs.php.net/?id=20987&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20987&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20987&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20987&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20987&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20987&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20987&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20987&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20987&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20987&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20987&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20987&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20987&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20987&r=isapi

Reply via email to