michael-shattuck / SalesforceMagic

Easy access to various Salesforce APIs.
http://michael-shattuck.github.io/SalesforceMagic/
MIT License
25 stars 15 forks source link

Salesforce has disabled TLS 1.0 #26

Closed derekforeman closed 7 years ago

derekforeman commented 8 years ago

Now that Salesforce has disabled TLS 1.0 should

ServicePointManager.SecurityProtocol be set to 1.1 or greater by default? Perhaps in the SalesforceClient object.

michael-shattuck commented 8 years ago

It might be a good idea to make this configurable actually.

michael-shattuck commented 7 years ago

This was resolved in the last pull request