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

TLS Changes not working in VB.net v4.5 for WSDL requests
Hi,
I am using WSDL to get user information using salesforce session id. I have added below line in VB.net v4.5:-
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 Or SecurityProtocolType.Tls11 Or SecurityProtocolType.Tls
It's not working for Sandbox environment but it works for a production environment. Could you please help me?
I am using WSDL to get user information using salesforce session id. I have added below line in VB.net v4.5:-
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 Or SecurityProtocolType.Tls11 Or SecurityProtocolType.Tls
It's not working for Sandbox environment but it works for a production environment. Could you please help me?
While the code might now support it the underlying OS should also support the newer TLS versions. Check the OS support section in Salesforce disabling TLS 1.0
All Answers
It is suppose to go live on 4th March 2017.
At present the rollout has been only to the sandboxes. So, it's better you make your system prepared for this change before 4th March 2017
https://help.salesforce.com/apex/HTViewSolution?id=000221207
While the code might now support it the underlying OS should also support the newer TLS versions. Check the OS support section in Salesforce disabling TLS 1.0