A SSL won't help it's an issue with the module.
I have modified the module to solve the issue, and should be uploading it soon.
A SSL won't help it's an issue with the module.
I have modified the module to solve the issue, and should be uploading it soon.
I submitted the new version, should move through moderation by the ZenCart Team without issue
Awsome!!! is there any dowload link available at the moment?
Hi Bislewl, my guys solved the problem but many thanks for your help!!!
I updated the module http://www.zen-cart.com/downloads.php?do=file&id=658
Unfortunately I forked and did a merge request on github but before I posted it to Zen-Cart.com, the original author posted my commit to Zen-Cart.com.
So he got the creditAt least the community will benefit, which is my overall goal
But all I did was:
in includes/modules/payment/dps_pxpay.php
Line 594 added the "//"
PHP Code:// curl_setopt($curl, CURLOPT_SSLVERSION, 3);
I've got a similar problem with ZenCart (v1.3.8). On the 24th Nov, changes made to upgrade from SSL3 to TLS1.2 protocol stopped transactions from working. The line above had been amended to change the "3" value to "TSLv1.0". This seemed to work.
But then the changes to Payment Express on the 1st of December to "upgrade their endpoint, replacing certificates from SHA-1 to SHA-2" has caused this to all stop working again. Panic! I haven't yet been able to get a response on this from Payment Express and am pursuing. My client is getting understandably concerned.
Any suggestions as to a fix for this issue?
Dan
Try commenting out the line like I did. That is the recommended method.
see: http://www.zen-cart.com/showthread.p...yment-security