FuelSDK-Python icon indicating copy to clipboard operation
FuelSDK-Python copied to clipboard

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

Open mohapsat opened this issue 6 years ago • 1 comments

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 avatar Jan 09 '19 18:01 mohapsat

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.

mohapsat avatar Jan 11 '19 17:01 mohapsat