Close

Salesforce plugin integration issue-An error occured while trying to Login to the Sales Force soap service

[email protected]
7 years ago
#13338 Quote
Avatar
  • 1

    


System.Web.Services.Protocols.SoapException: UNSUPPORTED_CLIENT: TLS 1.0 has been disabled in this organization. Please use TLS 1.1 or higher when connecting to Salesforce using https. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at SevenSpikes.Nop.Plugins.NopSalesForce.SalesForceApi.SforceService.SlUm7DoA7Tkyi2x4c9Z(Object , Object , Object ) at SevenSpikes.Nop.Plugins.NopSalesForce.SalesForceApi.SforceService.login(String username, String password) at SevenSpikes.Nop.Plugins.NopSalesForce.Services.SalesForce.SalesForceWebService.Login(String userName, String password, String securityToken, String salesForceSoapServiceEndPointUrl)
Boyko
7 years ago
#13339 Quote
Avatar
  • Moderator
  • 1570
[email protected] wrote:

System.Web.Services.Protocols.SoapException: UNSUPPORTED_CLIENT: TLS 1.0 has been disabled in this organization. Please use TLS 1.1 or higher when connecting to Salesforce using https.


Hi Omkar,

By a quick google search I found that other users have had the same error.
Please refer to this article.

Hope this helps!
Regards,
Nop-Templates.com Team
Boyko
7 years ago
#13340 Quote
Avatar
  • Moderator
  • 1570
Hi Omkar,

Please also note that if you are using older versions of nopCommerce i.e 3.80 and below you need to add this in the Application_Start() method in the Global.asax file.

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;


Please let me know if this helps!
Regards,
Nop-Templates.com Team