Showing posts with label eclipse error. Show all posts
Showing posts with label eclipse error. Show all posts

Monday, 27 June 2016

TLS 1.0 has been disabled in this organization. Please use TLS 1.1 or higher

Eclipse Error:  TLS 1.0 has been disabled in this organization. Please use TLS 1.1 or higher when connecting to Salesforce using https.



Solution:

Please update your eclipse.ini (configuration settings) file and add below line, 

-Dhttps.protocols=TLSv1.1,TLSv1.2

Then, restart Eclipse.