I am facing with error code because I have developed Web API at my local machine and I am wondering is there way to temporary bypass this restriction
The error code: Error code: WebException
Error message: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Stack trace: at Terrasoft.Services.Runtime.ServiceClient.d__8.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Terrasoft.Services.Runtime.ServiceClient.Execute(IServiceClientRequest request, CancellationToken cancellationToken) at Terrasoft.Services.Runtime.ServiceClient.Execute(IServiceClientRequest request) at Terrasoft.Configuration.ServiceSchema.CallServiceSchemaService.Execute(String serviceName, String methodName, List`1 parameters)