CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • curl with SSL ERROR
Pages: [1]

Author Topic: curl with SSL ERROR  (Read 3294 times)

crayon

  • I post occasionally
  • **
  • Posts: 69
  • Karma: 1
  • CiviCRM version: 3.3.6
  • CMS version: Drupal 6.2
  • MySQL version: 5.0.91
  • PHP version: 5.2.17
curl with SSL ERROR
June 04, 2008, 07:03:50 pm
We have been using Civicontribute for a few months.  The server was changed and even though I re-keyed the SSL certificate we are getting this error:

Payment Processor Error message:
9001:Authorize.Net requires curl with SSL support

What to do??


Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: curl with SSL ERROR
June 05, 2008, 07:05:48 am
Looks like your new server doesn't have a required library (libcurl) enabled in it's PHP configuration. Google search is a good resource for errors like this :-) - I searched on your error and got this link which explains things nicely:

http://www.merchant-account-services.org/article/authorize-net-php-integration
Protect your investment in CiviCRM by  becoming a Member!

ken

  • I live on this forum
  • *****
  • Posts: 916
  • Karma: 53
    • City Bible Forum
  • CiviCRM version: 4.6.3
  • CMS version: Drupal 7.36
  • MySQL version: 5.5.41
  • PHP version: 5.3.10
Re: curl with SSL ERROR
June 05, 2008, 05:52:59 pm
On my test server I was testing a payment processor for use with eway.com.au - this processor is derived from the one for authorize.net - so perhaps my experience will help you.

To get CURL working on my Linux distro (Ubuntu server 7.10) I needed to install the following packages: curl, php5-curl, and ca-certificates (ie, you need CURL, you need for PHP5 to be able to talk to CURL, and you need the appropriate Certificate Authority certificates so that CURL can validate the SSL connection to your payment gateway).

Hope that helps,
Ken

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • curl with SSL ERROR

This forum was archived on 2017-11-26.