Tried this component in an OutSystems Enterprise environment but getting an error "A call to SSPI failed, see inner exception.".
The same is working fine on Personal environment. Please help.
Hello Siya,
On debugging this in an enterprise environment, I got the same error.
The actual exception message was
"The client and server cannot communicate, because they do not possess a common algorithm".
I have now published a new version where I am explicitly setting the SSL version to TLS 1.2.
I have tested this in my enterprise environment and this is working.
Thanks. It's working now.