ID: 46644 Updated by: [EMAIL PROTECTED] Reported By: brian dot bream at comcast dot net -Status: Open +Status: Feedback Bug Type: cURL related Operating System: Solaris 10 08/07 x86 PHP Version: 5.2CVS-2008-11-24 New Comment:
Does it work using the PHP CLI binary? Previous Comments: ------------------------------------------------------------------------ [2008-11-24 04:21:59] brian dot bream at comcast dot net checking for cURL support... yes checking if we should use cURL for url streams... no checking for cURL in default path... found in /usr/local checking for cURL 7.10.5 or greater... libcurl 7.19.2 checking for SSL support in libcurl... yes checking how to run the C preprocessor... gcc -E checking for openssl support in libcurl... yes checking for openssl/crypto.h... (cached) yes checking for gnutls support in libcurl... no checking for curl_easy_perform in -lcurl... (cached) yes checking for curl_version_info in -lcurl... (cached) yes checking for curl_easy_strerror in -lcurl... (cached) yes checking for curl_multi_strerror in -lcurl... (cached) yes ------------------------------------------------------------------------ [2008-11-22 16:31:18] brian dot bream at comcast dot net Description: ------------ Attempts to use cURL to an https site fails from within php, functions properly from the command line. cURL to an http site works in both locations. './configure' '--with-apxs2=/usr/apache2/bin/apxs' '--enable-dbase' '--with-libxml-dir=/usr/local' '--with-config-file-path=/etc/apache2' '--with-mysql=shared,/opt/csw/mysql5' '--with-mysqli=shared,/opt/csw/mysql5/bin/mysql_config' '--with-xpm-dir=/usr' '--with-gd' '--with-bz2=/usr/lib' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-zlib' '--enable-mbstring' '--enable-calendar' '--enable-bcmath' '--enable-ftp' '--enable-exif' '--with-openssl=shared,/usr/sfw' '--with-curl=/usr/local/bin/' '--with-pdo-mysql=shared,/opt/csw/mysql5/' phpinfo at http://preferredsystems.com/phpinfo.php Expected result: ---------------- A successful https connection to any site. Actual result: -------------- A curl test to an https site returns: Errors: 35 error:80089077:lib(128):func(137):reason(119) This test was run at http://preferredsystems.com/curl_test.php making a call to https:secure.authorize.net >From the command line it works properly bash-3.00# curl -v https://secure.authorize.net * About to connect() to secure.authorize.net port 443 (#0) * Trying 64.94.118.32... connected * Connected to secure.authorize.net (64.94.118.32) port 443 (#0) * successfully set certificate verify locations: * CAfile: /var/tmp/cacert.pem CApath: none * SSLv2, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS handshake, CERT (11): * SSLv3, TLS handshake, Server finished (14): ..... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46644&edit=1
