|
Rank: Starting Member
Groups: Registered
Joined: 9/8/2005 Posts: 1 Location: ,
|
I have successfully completed payment pro its working fine through http but in the direct payment method when i access it through https its showing curl_exec error
Part of Soap Fault:
===================
var $error_message_prefix = '';
var $mode = 1;
var $level = 1024;
var $code = 'HTTP';
var $message = 'curl_exec error 58 unable to use client certificate (no key found or wrong pass phrase?)';
var $userinfo = '';
Same code is running fine when I access the same file using http so the problem is with https only. Is there any setting I have to made in the configuration ?
I am using paypal sdk can anybody help me how to resolve this issue from https.
koenig
|
|
Rank: Starting Member
Groups: Registered
Joined: 9/10/2005 Posts: 2 Location: ,
|
I am having this problem using http and https, basically when i use my sandbox cert all the tests are fine, as soon as i switch to the live cert i get the error above,tried regenerating sandbox and live certs with no change. It's definately not the password or the cert, but something with the api or my setup( which at this point is just the api WebConsole app). It seems as if the error is before it hits the paypal server, but what could be causing the error just by using the live server and the live api id + live cert?
|