Salesforce disabling TLS 1.0
SFDC Disabled TLS1.1 protocol Recently due to security vulnerability salesforce has upgraded to TLS1.2 protocol, which requires all the third party tools to use new protocol in order to connect with salesforce. We use SoapUI and by default SoapUI is configured to use old protocol. Below are the steps to take to enable new protocol in SoapUI. 1. Navigate to directory where SoapUI is installed. For me it looks like below. 2. Open SoapUI-XXX.X.vmoptions file in notepad. 3. add the line " -Dsoapui.https.protocols=TLSv1.2 " as shown below. 4. Restart SoapUI and you are done. Credit goes to this thread. https://community.smartbear.com/t5/SoapUI-Open-Source/How-to-enable-TLS-1-2-in-SoapUI/td-p/96239 Thanks, BSY