You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
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.
Is the FuelSDK-Python impacted by the upcoming TLS 1.0 disablement ?
https://help.salesforce.com/articleView?id=000270626&language=en_US&type=1
The text was updated successfully, but these errors were encountered: