salesforce-marketingcloud / FuelSDK-Python

FuelSDK for python
Other
126 stars 194 forks source link

what version if TLS does fuelSDK use? #98

Open ibrahimwr opened 5 years ago

ibrahimwr commented 5 years ago

@sharif26 any idea?

mohapsat commented 5 years ago

Pl refer my response to #106

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.