Hi, I have problem with https protocol.
When I wrote in htacces code to force https my site is shown with secure ssl in theadress bar but dynamic lincs have "http" protocol in content of the site and I have mixed content error in consol log (https protocol, but conent loaded from http).
Second problem (maybe its related to the above problem) is that when i forced https my site is shown like it dont have the css styles.
Whats wrong with that?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Kosula@Kosula

Kosula - 0 likes
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
- Kosula@Kosula

Kosula - 0 likes
You must log in to post replies.http://learn.elgg.org/en/stable/admin/duplicate-installation.html#why-duplicate-an-elgg-installation
http://learn.elgg.org/en/stable/appendix/faqs.html#css-is-missing
https://elgg.org/discussion/view/632957/https-everywhere
There are no solution for me In this articles.
Css files loded correctly - i can load them in browser from link. But everythink is lodaded in source code with http.... i think there is a bug in code of elgg.
I cant even see any SSL options in panel admin of elgg - have version 5.0.0. Dont know if in this version there are no this options?
I use this below code in htacces to force ssl but I think this is not the problem
Ok i Fixed it. When somebody will have problem like me - you must edit file:
elgg-config/settings.php
In this file i had $CONFIG->wwwroot wrote with "http" - sould change it on https