Link to home
Start Free TrialLog in
Avatar of rajccs
rajccs

asked on

curl function not working

installed authorize.net module, it is giving error like this

The server cannot connect to Authorize.net. Please check your cURL and server settings.

in the server phpinfo shows

CURL support       enabled
CURL Information       libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5

can anyone help with this.
ASKER CERTIFIED SOLUTION
Avatar of Linux Guru
Linux Guru
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also you may check the curl path using the command " which curl " and use that path in your settings.
Also make sure that Apache server is configured with mod_ssl

httpd -l