Question
Unable to connect using .NET SDK Client
Hello everyone,
I'm unable to establish a connection to the Thingworx platform using the C# .NET SDK (v5.8.0.0). I'm using Thingworx v8.4.10.
I'm currently stuck in a loop for the client.start() method, and unable to connect to the RemoteThing.
I'm using the following clientConfiguration:
AllowSelfSignedCertificates = false
DisableCertValidation = false
My client URI is HTTP.
Any suggestions?

