Developer forum

Forum » Rapido » Issue with HTTPS Links in Development Environment

Issue with HTTPS Links in Development Environment

Tomislav Bušić
Reply

I recently migrated my application from production to development, and I've noticed that all links are still loading with https, even though I've disabled SSL. The CSS and images are trying to be fetched from https:// URLs, which is not configured on the development site. Any insights into why this might be happening, and how I can resolve it?

error.png

Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

That would require some more insights into your local hosting (IISExpress, IIS, kestrel?), your project setup etc.

Seems like you run on localhost something with a build specific SSL port - see in the source code what happens.

Or simply install a developer ssl certificate: https://learn.microsoft.com/en-us/dotnet/core/additional-tools/self-signed-certificates-guide

Votes for this answer: 1
 
Tomislav Bušić
Reply

Thanks Nicolai, we will try it and let you know.
Thanks in advance.

Best regards

Tomislav

 

 

You must be logged in to post in the forum