PayPal Express Checkout with TLS 1.2 support

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 năm cách đây
I have a nopCommerce PPE plugin with what appears to be version 1.2 supported version 3.90. PayPal is saying that I am using something less than TLS 1.2. I can't seem to find a nopCommerce version that supports TLS 1.2. I'm using nop version 3.90 and this line of code is in the global.asax.cs file:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

Is there a later version of PPE that I can use to solve this problem and if so where might I find it. I've tried some other plugins but I need the source to do a shipping modification.

I would purchase a plugin if I can do a small modification to the source.

All ideas welcomed!

Thanks!
7 năm cách đây
There are a few posts about this if you do a search
See https://www.nopcommerce.com/boards/t/43679/upgrade-to-tls-12-best-approach-.aspx
Its a global setting not just for the plugin
7 năm cách đây
I saw that post and checked my global.asax.cs file for the TLS1.2 line of code which is there. We also use the authorize.net plugin which is working fine with TLS1.2. The ISP have removed TLS1.0 and 1.2 from the server. And, curiously, I tried the FoxNet PPE plugin and it is actually TLS1.2 compliant but I need to make some mods to the plugin to get it to work in our environment.

All of this, in my viewpoint, leads me to the conclusion that the TLS option is being set in the plugin. I'm still looking for a version of the nopCommerce PPE plugin that is TLS1.2 compliant out of the box.

Any suggestions?
7 năm cách đây
Surely someone has crossed this bridge as well?
6 năm cách đây
I need help with this as well.

Im using version 3.9 of NopCommerce. Not sure if it already supports TLS 1.2 ?
And if not, what do i need to do ?

Thanks,
Varun
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.