View Single Post
  #124  
Old 05-04-2017, 09:44 PM
 
mattstyle2 mattstyle2 is offline
 

Advanced Member
  
Join Date: Apr 2015
Posts: 54
 

Default Re: Authorize.net DPM (PA/DSS Compliant)

Quote:
Originally Posted by keystone
Just got a notification from Authorize.net that TLS 1.0 and 1.1 will be disabled in Sept. Will the Authorize.net DPM mod still work with 1.2 once they do that or will there need to be a change to the mod?

make sure your api file says this for the live url:

const LIVE_URL = 'https://secure2.authorize.net/gateway/transact.dll';

in
[xcart_dir]/modules/BCSE_Authorizenet_DPM/lib/sdk-php/lib

also make sure your server can connect using tls 1.2

if using openssl as your ssl libary (this is found under security settings in xcart admin area (I think),

you can update it, if it fails the test below:
https://support.stripe.com/questions/how-do-i-upgrade-my-openssl-to-support-tls-1-2


Test your server's openssl version:
https://serverfault.com/questions/638691/how-can-i-verify-if-tls-1-2-is-supported-on-a-remote-web-server-from-the-rhel-ce
__________________
4.7.7.
php7.1, AWS RDS database
memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters,
AC onepage checkout and checkout tools,
altercart cash rewards, bcse DPM for paypal
Reply With Quote