Hello,
So I'm installing the latest version of Elgg on my google cloud instance and get all the way through the installation successfully using the instructions for composer. The problem: SSL vs non-SSL. If I visit my site using http://my-ip-address my site show up with the default theme and style. However, after installing a self-signed certificate and restarting my Apache server, visiting https://my-ip-address shows my site, but with now theme or styling. I see no errors in my Apache logs, and I also took a look in my SELINUX log files to see if there may be some sort of permission issues, but nothing there either.
Has anyone else encountered this issue?
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.
- fuzzy@fuzzynuts

fuzzy - 0 likes
- TCB@tblack06

TCB - 0 likes
You must log in to post replies.In 3x you need to change the value of " $CONFIG->wwwroot = "https:/yoursite.abc/"; " in " elgg-config/settings/php ", after configuring SSL.
In 2x its in the DB table " elgg_sites_entity ".
Ok.. I'll give that a try. Thank you.