I have a Perl script which has been processing Paypal IPN (Instant Payment Notifications) for over 2 years without issues.
The process has always been over SSL to Paypal's https address.
Last week, the processes started reporting HTTP error on all transactions. In the reason code, returned from Paypal was this rather cryptic message.
ISP says nothing has changed.
Crypt::SSLeay is still installed.
The link given is n/a.
Does anyone have a clue of how to fix this?
Keith
The process has always been over SSL to Paypal's https address.
Last week, the processes started reporting HTTP error on all transactions. In the reason code, returned from Paypal was this rather cryptic message.
Code:
STATUS LWP will support https URLs if the Crypt::SSLeay module is installed.
More information at <[URL unfurl="true"]http://www.linpro.no/lwp/libwww-perl/README.SSL>.[/URL]
ISP says nothing has changed.
Crypt::SSLeay is still installed.
The link given is n/a.
Does anyone have a clue of how to fix this?
Keith