Suddenly seeing connection failure error for PayPa...
# adobe
s
Suddenly seeing connection failure error for PayPal transactions some times after the ColdFusion 2021 patch recent upgrade for log4j issue. Anyone facing this issue with your PayPal NVP services?
t
What are you using to connect to paypal? cfhttp or something more involved?
s
Using cfhttp only
t
If it involved one of the cf packages, I was going to recommend removing it and reinstalling it. We've had to do that frequently keep things functional on our end ever since Update3.
👍 1
But have been seeing other random failures as well, so it wouldn't surprise me if that's going on with you too
s
@Sravani Do you see other cfhttp requests fail as well?
May I know the version of JDk you are using?
s
Yes other cfhttp also failed some times
@sandip_halder Java Version 11.0.1
t
oh, there were some bugs in 11.0.1 and 11.0.2 surrounding certificate algorithms that led to some really weird behaviors with cfhttp. I would upgrade to a newer java.
s
Thanks @Tim do we need to update it to 11.0.3?
t
at least. 11.0.14 is the latest.
👍 1
s
@Sravani May I know the OS you are using?