I do not have an ssl cert and therefore what to have all links generated as http.
What setting has changed between 2.5.4 and 2.5.5 that might cause this issue?
Thanks,
Roy
Might be solved, I changed link_tag_scheme to 0.
Will there be side effects with this change?
Roy
Make sure the server_protocol system setting is set to http as well. That value is used to generate the base href tag that is often part of the head block in templates.
Be sure the base href tag in all your templates has the exclamation point:
<base href="[[!++site_url]]" />
Search bots will often try https, and since MODX uses the incoming URL https can get in the cache and persist.