You need to sign in to do that
Don't have an account?

How we can check TLS version of the salesforce org?
System.CalloutException: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.
You need to sign in to do that
Don't have an account?
You can easily re-enable TLSv1 by doing the following.
1) Go to Build > Critical Updates
2) Under the Update Name column, look for "Require TLS 1.1 or higher for HTTPS connections"
3) For the row that has "Require TLS 1.1 or higher for HTTPS connections", click the "Deactivate" link
If you want to reactivate this update in the future, just click the "Activate" link.
If this option not available on Sandbox for your org you might need to get in touch with salesforce for that
All Answers
Salesforce disabling TLS 1.0----->>https://help.salesforce.com/apex/HTViewSolution?id=000221207
You can easily re-enable TLSv1 by doing the following.
1) Go to Build > Critical Updates
2) Under the Update Name column, look for "Require TLS 1.1 or higher for HTTPS connections"
3) For the row that has "Require TLS 1.1 or higher for HTTPS connections", click the "Deactivate" link
If you want to reactivate this update in the future, just click the "Activate" link.
If this option not available on Sandbox for your org you might need to get in touch with salesforce for that