With 7.0.3, we are experiencing a problem with enabling SSL in the ablecommerce backend that forces all https traffic to http except the admin pages. From the admin pages, the https css is not being served correctly because it will return an html with a javascript redirect to the http url.
For example:
https://www.ourdomain.com/App_Themes/Ab ... /style.css
returns the html:
<html><head><title></title><!-- <script language="javascript">window.location.replace("http://www.ourdomain.com/App_Themes/Abl ... /style.css");</script> --></head><body></body></html>
The page itself treats this html as a stylesheet and thus has no css to render. Visiting the actual url though will redirect you to the http version, which redirects you to the css.
This is also a problem for custom pages we have that are required to be secure. Is this a known issue? How can we disable the forcing of http on https traffic when we enable SSL.
Thanks,
Adam
Enable SSL forces redirect to http from public https pages
Re: Enable SSL forces redirect to http from public https pages
Thanks for the quick response. That fixed the problem. The search feature does not return anything for the term 'ssl'