Hello we are developing a client for cosumming a WS.
The problem is that our firewall, ZScaler does not allow communications over TLS 1.0 (deprecated since 30th June 2016) , so we always get a sopa Exception because of emptty response(zScaler does not send the content to us).
The ws client is a .NET engine client.
Anybody knos how to solve this? Is thaere any possibility for working with the sopaconnection object using tls1.2?
Regards