Hi guys,
My server crashed recently so I upgraded cURL, however now one of my shopping carts on my site that uses UPS with XML doesn't work. I've narrowed down the problem to cURL.
I type this command in SSH and get the following:
# curl -v https://wwwcie.ups.com/ups.app/xml/Rate
* About to connect() to wwwcie.ups.com port 443
* Trying 153.2.228.65... connected
* Connected to wwwcie.ups.com (153.2.228.65) port 443
* SSL: couldn't set callback!
* Closing connection #0
curl: (35) SSL: couldn't set callback!
I've searched a lot of forums including google and have found nothing...
Also I ran runtests.pl for cURL and get the following message:
********* System characteristics ********
* curl 7.15.1 (i686-pc-linux-gnu)
* libcurl/7.15.1 OpenSSL/0.9.7a zlib/1.2.3
* Features: Largefile NTLM SSL libz
* Host: server1.hddweb.com
* System: Linux server1.hddweb.com 2.4.21-37.0.1.EL #1 Wed Jan 11 18:52:43 EST 2006 i686 i686 i386 GNU/Linux
* Server SSL: ON
* libcurl SSL: ON
* libcurl debug: OFF
* valgrind: OFF
* HTTP IPv6 OFF
* FTP IPv6 OFF
* HTTP port: 8990
* FTP port: 8992
* FTP port 2: 8995
* HTTPS port: 8991
* TFTP port: 8997
* SSL library: OpenSSL
*****************************************
RUN: HTTP server failed verification
test 001 SKIPPED: failed starting HTTP server
The RUN error is repated for the first 40 tests (I cancelled after)
Did I install cURL wrong??
My server crashed recently so I upgraded cURL, however now one of my shopping carts on my site that uses UPS with XML doesn't work. I've narrowed down the problem to cURL.
I type this command in SSH and get the following:
# curl -v https://wwwcie.ups.com/ups.app/xml/Rate
* About to connect() to wwwcie.ups.com port 443
* Trying 153.2.228.65... connected
* Connected to wwwcie.ups.com (153.2.228.65) port 443
* SSL: couldn't set callback!
* Closing connection #0
curl: (35) SSL: couldn't set callback!
I've searched a lot of forums including google and have found nothing...
Also I ran runtests.pl for cURL and get the following message:
********* System characteristics ********
* curl 7.15.1 (i686-pc-linux-gnu)
* libcurl/7.15.1 OpenSSL/0.9.7a zlib/1.2.3
* Features: Largefile NTLM SSL libz
* Host: server1.hddweb.com
* System: Linux server1.hddweb.com 2.4.21-37.0.1.EL #1 Wed Jan 11 18:52:43 EST 2006 i686 i686 i386 GNU/Linux
* Server SSL: ON
* libcurl SSL: ON
* libcurl debug: OFF
* valgrind: OFF
* HTTP IPv6 OFF
* FTP IPv6 OFF
* HTTP port: 8990
* FTP port: 8992
* FTP port 2: 8995
* HTTPS port: 8991
* TFTP port: 8997
* SSL library: OpenSSL
*****************************************
RUN: HTTP server failed verification
test 001 SKIPPED: failed starting HTTP server
The RUN error is repated for the first 40 tests (I cancelled after)
Did I install cURL wrong??