[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Important when using Net::SSLeay
Hey All,
Just thought I'd let anyone who is using Net:SSLeay to post
to authorizenet, or other cc services, know that there is a
potential problem of getting a blank page back from a post
(even though the transaction may have gone through!).
This may be due to the high volume at authorizenet right
now. I did find a solution on this page:
http://search.cpan.org/doc/SAMPO/Net_SSLeay.pm-1.05/SSLeay.pm
Under known bugs, it shows how to add a sleep setting:
# Add sleep so broken servers can keep up
$Net::SSLeay::slowly = 1;
Just put that line in before you make the post and
it will help eliminate the blank page result.
I ran a test script that continuously tried to post and
it only got through about 20% of the time before this
fix, after I added the line above it got through every time.
Hope this helps,
Kyle Cook (KC)