Hello All,
We recently upgraded to Tessitura v14.02 and we are currently going through our PCI certification process.
We have a web server we use for the ticketing website running Server 2012R2, another web server running Server 2012R2 for the API websites, a Windows 2016 server running SQL 2016 (Impresario DB in 2014 mode). When we modify the windows registry to disable the TLS 1.0 protocol for both client and server keys, everything stops communicating. Pulling an event detail on the ticketing website causes an exception (SSL/TLS related) and running the Tessitura application produces an error trying to connect to the DB.
Has anyone else experienced similar issues? This makes PCI compliance quite difficult and Vantive is not liking this fact too much.
Much Thanks!
Not directly related to the payment gateway stuff, but I have an app that runs against the API, and of course it stopped working when our API instances (on RAMP) were updated to deny TLS 1.0 connections. I had to update my server to more recent .Net frameworks, update my app to run on them, and then update registry settings for both the protocols and the .Net Frameworks ("SchUseStrongCrypto") before everything started talking again.