salesforce-marketingcloud / FuelSDK-Python

FuelSDK for python
Other
126 stars 194 forks source link

Is FuelSDK-Python impacted by the upcoming TLS 1.0 disablement ? #106

Open mohapsat opened 5 years ago

mohapsat commented 5 years ago

Is the FuelSDK-Python impacted by the upcoming TLS 1.0 disablement ? https://help.salesforce.com/articleView?id=000270626&language=en_US&type=1

mohapsat commented 5 years ago

This is what i figured out from salesforce support, hope this helps someone else:

TLS is a transport mechanism (communications protocol), so FuelSDK is unaffected, as long as the python libraries you're using are up to date. If you're using an out of date set of SSL python libraries, then they won't be able to connect. So, if you check the below article, you can see that you have to use the Python version 2.7.9 or higher which are compatible with TLS 1.2 or higher by default.