[ic] Payment.pm, Authorize.Net and wget

havoc havoc at havoc.org
Thu Jan 18 10:25:56 EST 2007


I've been experiencing duplicate charges (and sometimes 3) from
authorize.net but only a single order in Interchange.  I *believe*
it is related to the problems stated in:

http://www.icdevgroup.org/pipermail/interchange-cvs/2005-May/006341.html

I am running Interchange 5.4.1 and using version 2.16 of Payment.pm
(on freebsd with postgres) so I figured I may as well give wget a
shot instead of LWP.  It is not working :(

On the first failure I tried wget from the commandline:

$wget https://secure.authorize.net/gateway/transact.dll
--16:23:23--  https://secure.authorize.net/gateway/transact.dll
           => `transact.dll'
Resolving secure.authorize.net... 64.94.118.32, 64.94.118.33
Connecting to secure.authorize.net|64.94.118.32|:443... connected.
ERROR: Certificate verification error for secure.authorize.net: unable to get local issuer certificate
To connect to secure.authorize.net insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.

So I added the --no-check-certificate option and it worked from the
commandline (except for the obvious lack of POST/login data).

I have the following in catalog.cfg to allow for that option:
Route  authorizenet  use_wget     "/usr/local/bin/wget --no-check-certificate"

This produces the following error:
Real-time charge FAILED. Reason: payment routine 'authorizenet' returned error: Cannot read wget status from /usr/lib/interchange/catalogs/frabill/tmp/wget/u/uTqemEQ6.wget.stat: No such file or directory

When run from the commandline (the same command IC used as listed in the
debug output) the .out and .stat files are created, but when wget is enabled
in interchange only the .out file is created and it is 0 bytes.

Any help/pointers in the right direction would be greatly appreciated.
Please let me know if more information is required.
Thank you.

-- 

   - havoc




More information about the interchange-users mailing list