Kentico Local Development issue

Mark Oriend asked on November 14, 2018 07:38

I have a developing Kentico 10 project solution.
Until yesterday, everything is OK, and no problem.
But in the morning, when I run my project, then it redirects to https
The url was http://localhost:51872/CMSPages/logon.aspx?ReturnUrl=%2fAdmin%2fCMSAdministration.aspx
But it redirected to https://localhost:51872/CMSPages/logon.aspx?ReturnUrl=%2fAdmin%2fCMSAdministration.aspx
And on the web browser, "This site can’t provide a secure connection localhost sent an invalid response. Try running Windows Network Diagnostics. ERR_SSL_PROTOCOL_ERROR" error .
How can I solve this?
And also, where is the problem?
Thanks.

Correct Answer

Juraj Ondrus answered on November 14, 2018 10:23

Have you configured SSL on the IIS or the Kentico was configured to use SSL? I would say that the SSL was enabled for the admin interface but you do not have IIS set for the SSL. In this case, please see this article how to revert back the setting. Do not forget to restart the application (e.g. a fake change in web.config file) and clear the browser cache.

1 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.