Skip to main content
Dwight Altman a posé une question dans #Integration
I am following https://help.salesforce.com/apex/HTViewSolution?urlname=Salesforce-disabling-TLS-1-0&language=en_US⌗Inboundintegrations

To test the compatibility of an API client that uses REST to communicate with Salesforce:

And changed login.salesforce.com to tls1test.salesforce.com

I am using the Oauth 2.0 Username-Password Flow https://help.salesforce.com/apex/HTViewHelpDoc?id=remoteaccess_oauth_username_password_flow.htm&language=en

I receive:

{"error":"unsupported_grant_type","error_description":"grant type not supported"}

Which appears to be a higher level error than an error message that involves TLS or https.

Similar to steps 4 and 5, has the test passed?
4 réponses
  1. 2 juin 2016, 21:07
    Karanrajs,

    Thanks for your assistance pointing out that I do not have to wait to activate.  I activated in my sandbox org and am able to Log in with my API client.  I still get the high level error when attempting to login to tls1test.salesforce.com.  Therefore I believe it is correct to say the test had passed on tls1test and the unsupported_grant_type error was only a high level error similar to steps 4 and 5 of the Salesforce disabling TLS 1.0 document.  Also, there was no delay in activating, because the browser I was using was prevented from logging in and stated that "Stronger security is required" and to upgrade my OS.  A new browser/OS works fine.
0/9000