Closed derekforeman closed 7 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.
It might be a good idea to make this configurable actually.
This was resolved in the last pull request
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.