-evo-themefile-url in icons.less is generating HTTP URL even though site is configured for HTTPS

Former Member
Former Member

I have recently installed an SSL certificate in my dev environment so I can read secure cookies generated by some of our other sites. I updated the various .config files where I need to specify the community's root URL to use https://... However, now that I have made that update, the icon font is no longer being loaded and, subsequently, many UI elements are being rendered as squares.

e.g.

This appears to be coming from the icons.less file.

You can see error in Chrome dev console where I am filtering on URLs containing "themefiles".  All the font file URLs start with http://, but the favicon.png, which is in the same directory starts with https://.

Any ideas on how I can fix this?  I'm currently running 11.1.0.9731.

Parents Reply
  • No, nothing specific for that. A few other things to check:

    1. Verify the full URL, including protocol, is set in the connectionStrings.config's SiteUrl key
    2. Forcibly expire the data cache in Administration > About
    3. Forcibly expire the user interface caches in Administration > About

    This is also a somewhat older version of 11 at this point, but while there have been a lot of updates and fixes, nothing is presently standing out that would have impacted this.

Children