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?
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.
Please, sign in to be able to submit a new answer.