Hi,
We have installed the SSL Certificate on our server and apparently the scheduler doesn't like the secure connection.
Our scheduler calls via the web service methods and we cannot run the scheduler once we get on https.
Here is the error that we have encountered by now;
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
Telerik.Web.UI.SchedulerWebServiceClient.HandleWebException(WebException webEx) at Telerik.Web.UI.SchedulerWebServiceClient.LoadResources(WebClient client, ResourcesPopulatingEventArgs args) at Telerik.Web.UI.SchedulerWebServiceClient.GetResources() at Telerik.Web.UI.RadScheduler.BindResourcesFromWebService() at
What could be the possible solution for that please?
Thank you