Hello,
I am using Nop 4.2 and have built some customizations to be able to use Urls for product images.  This site is currently in development with no SSL enabled.  I am running into an issue in the presentation.  The image urls use https.  However upon inspection, it seems Nop changes the image source from https to http so the images do not display.  This only happens in the store front end. In the admin back end under the product administration section, the image appears and uses https.

Does anyone know what part of the Nop code resolves the Url to http?  Seems the controller is sending the right value on the model but when the image is presented, it changes.

Thanks for any help!