chetmac / airpress

27 stars 9 forks source link

Upgrade to TLS 1.2 #5

Open cheh opened 5 years ago

cheh commented 5 years ago

Hi @chetmac Thank for you great plugin!

Recently I received an email with information about updating (Ending support for TLS 1.0 and TLS 1.1). Please, see below:

email

More here

Would you be able to determine if the Airpress plug-in being used supports TLS 1.2 and anything else you might be doing via the Airtable API?

Thanks, Dima

chetmac commented 5 years ago

At it's core, the Airpress plugin uses two Wordpress API methods for all calls to the Airtable API: wp_remote_get on line 48 and wp_remote_post on lines 155 and 198.

A quick web search led me to multiple references to this plugin to test your server's TLS version: https://wordpress.org/plugins/tls-1-2-compatibility-test/