Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

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

Open
mohapsat opened this issue Jan 9, 2019 · 1 comment
Open

Comments

@mohapsat
Copy link

mohapsat commented Jan 9, 2019

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
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant