I have a fairly unique situation, it seems. I have several Refinery
sites that are actually served up using https in a secured
environment. The problem I have is that the Refinery icon on the edit
page causes browsers to display a mixed content warning on the page
because the link to the icon is "
http://refinerycms.com/images/
refinery/logo-site-bar.png". I have been looking around to see if I
can find where this page part is generated. So far I have been
unsuccessful in doing this. It looks like my best option is to move
the icon local to my server because the Refinery CMS server doesn't
support https. So having a refernce to the logo like this "https://
refinerycms.com/images/refinery/logo-site-bar.png" creates an error.
Does anyone know if I can override the location of the logo, so that I
can serve it up from my secured server and get rid of the browser
errors? This is driving me and my customer crazy and they require me
to serve it up using https.