Search code examples
restcorstelerikreporting

How to enable SSL in Telerik Reporting CORS REST Service


I am trying to enable SSL in a Telerik Reporting CORS REST Service. It is a .Net Framework 4.7 REST Api. Here's the screenshot of the error reflected in the browser.

I think I have a similar situation explained here, however my certificate was already trusted and adding it to the Root didn't solve the problem. Any ideas? Thanks


Solution

  • My issue was related to IIS Express. Uninstalling it and installing it back fixed the problem. Thanks a lot to this post.