Hi,
I had someone set up an eventbrite API to show events on a client's site. I received an email stating:
"You are receiving this communication because you are an Eventbrite API user who has been using an outdated, insecure encryption protocol when connecting to the Eventbrite APIs.
In order to maintain its PCI-DSS compliance, Eventbrite, along with the rest of industry, is migrating its systems to support only the latest, secure TLS protocol version, namely TLS v1.2. To ensure uninterrupted systems coverage, your API integrations must be upgraded to the latest supported protocols.
Eventbrite intends to disable TLS 1.0 and TLS 1.1 by March 31st, 2018."
I replied, asking how can I tell if I need to update my code. An employee responded: "send a request to
https://www.eventbriteapi.com/v3/tlscheck/ from within your application, you will know if you need to make any changes or not."
Maybe I am missing something... How do I do that?