Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https warnings #1

Open
danbim opened this issue Jun 1, 2012 · 3 comments
Open

https warnings #1

danbim opened this issue Jun 1, 2012 · 3 comments

Comments

@danbim
Copy link
Member

danbim commented Jun 1, 2012

It seems that when using the page template, the resulting page produces warnings when browsing to the https-version of the homepage because some contents are loaded from http://... instead of https://.

@danbim
Copy link
Member Author

danbim commented Jun 1, 2012

@gregorczyk
Copy link
Contributor

A look at the Chrome debug tool reveals that loading some images and CSS files using HTTP instead of HTTPS causes the warning. I'll fix that.

@gregorczyk
Copy link
Contributor

Hopefully, it's done. May be a Concrete5 bug: the method "PageTheme::getThemeURL()" returns an HTTP address though HTTPS has been defined in the configuration. I've done a workaround by using "View::getThemePath()" which returns a relative URL.

If you are testing, be sure your browser cache is clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants