ElementPS / Express.CSharp

Integration to Express API using c#
6 stars 5 forks source link

Sample XML request for a Credit Card on Express #1

Closed dharmnathdubal closed 6 years ago

dharmnathdubal commented 6 years ago

I got an error when I passing sample XML request to 'https://certtransaction.elementexpress.com/' url Can anyone specify on it why getting an error. Please find below attachment image

dourada commented 6 years ago

Greetings, the issue is that legacy ciphers have been removed from the cert platform and only tls 1.2 is supported. I checked in a change that forces tls 1.2 which allows the transaction to proceed but there are likely more elegant ways to resolve this issue like using one of the later .net versions that default to tls 1.2 but I was not sure if you are able to leverage a later .net version.