in reply to Re^2: Long delay with Crypt::SSLeay and LWP
in thread Long delay with Crypt::SSLeay and LWP

Does this mean anything to you?

:) Not particularly, though it hints to me the problem likely isn't perl specific -- you can probably confirm this hunch by running openssl ... see Debugging SSL communications

  • Comment on Re^3: Long delay with Crypt::SSLeay and LWP

Replies are listed 'Best First'.
Re^4: Long delay with Crypt::SSLeay and LWP
by waldo22 (Novice) on Jul 26, 2012 at 22:53 UTC

    Thanks for the great tip about debugging SSL.

    You're correct, this is not a Perl problem.

    Same delays when running the s_client test directly from OpenSSL.

    The same test connects just fine to the Authorize.net gateway, so I'm taking this up with the Payflow development support folks now.

    I'll report back just in case someone else has this problem, but as of now, it looks like it's related to certificate validation, or to Payflow's servers, or something

    It's a shame the secular community isn't this helpful ;)