Closed (fixed)
Project:
UC Linkpoint API
Version:
6.x-1.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2010 at 14:45 UTC
Updated:
19 Nov 2010 at 18:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jackinloadup commentedIm having the same issue. Mullman did you ever find a solution? will post solution if found.
Comment #2
Jackinloadup commentedMy solution was path problems... My path to the PEM file was incorrect.
Comment #3
ryandekker commentedI had this problem too, and my file was misnamed. I noticed that the watchdog entries for 'uc_linkpoint_api' were all blank so I went ahead and poked around in there. watchdog was receiving the wrong arguments and wasn't a lot of help once I got it to output.
The attached patch fixes the watchdog issue and makes some improvements to the error messages and the description for the PEM file.
Comment #4
pinchg commentedThis isn't much of a solution but I dealt with the same problem for a long time. The issue is that linkpt staging server has an expired cert that the code is choking on. Someone will need to update the module to deal with that. I ended up just doing some testing on the live server. The $20 or so that I wasted running transactions through was nothing compared to the time I would have wasted trying to deal with it.
Comment #5
millenniumtreeThanks, Ryan. (#3)
This patch should immediately be applied to the code as a release - without useful error logging, how are we to fix the problems that occur?
Once we got a valid error message, it became obvious that our PEM wasn't valid for the production server. The path was fine, but the cert wasn't.
Comment #6
mikeejt commentedryandekker, thanks again for your patch. This saved me a lot of time. I had the same error as you did. I have shared hosting, and didn't know that my home directory mapped to /home/xxx/.
I appended /home/xxx/ to the location of the pem file (/www/linkpoint/xxx.pem) and it worked. Thanks dude!
Comment #7
jrust commentedThanks, patch applied in CVS.
Comment #9
sreynen commentedIt looks like this change was somehow reverted between 1.3 and 1.4.
Comment #10
jrust commentedArgh, need to start working off CVS in my live projects. Applied again.