Set-up domain environmets

Hosam Abdeltawab asked on November 19, 2020 00:20

I am using Azure to host my CMS application and website. I am getting the following issue when I open a page on the kentico UI from the azure URL:

This feature is currently unavailable because the Kentico administration application is using secured HTTPS protocol. To enable this feature, the MVC application must be configured to also use HTTPS.

My Presentation URL is set to HTTP because my Local project uses HTTP. Both the local and the Azure server share the same DB connectionString. Is there a way to fix the issue that I am having with the URLs? Should I create stages one for local and one for dev with two different DB? What would be the best approach?

Recent Answers


Juraj Ondrus answered on November 19, 2020 09:17

I would configure the local instance to use HTTPS too - e.g. by using self signed SSL certificate in your IIS. Or, as you said, separate the instances - create a DB backup and restore it as a new DB and connect each project instance to separate DB.

0 votesVote for this answer Mark as a Correct answer

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