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?
Developer forum
E-mail notifications
Issue with HTTPS Links in Development Environment
Tomislav Bušić
Posted on 28/11/2023 13:47:50
Replies
Nicolai Pedersen
Posted on 28/11/2023 14:32:31
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ć
Posted on 28/11/2023 14:46:09
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