Zyrl Hey guys, I have flarum already installed and tried using the SSL CPanel provides. However whenever I try to browse my site using https:// it pretty much just says it's unable to load with this error: "Something went wrong while trying to load the full version of this site." Has anyone encountered this before and how was it fixed?
collins luceos Please how can I achieve this? My website displays only logo when i access https://huddleberry.com What Can i do to resolve this. I've talked to my host already and they said its got to be a development thing from flarum. Could you guide me on how to get SSL working properly? On my end I have set it up correctly from Cpanel
luceos collins edit your config.php so that url reads: 'url' => 'https://huddleberry.com', then run php flarum cache:clear
andreherberth If anyone for some obscure reason need the forum to run on both https, and http, you can write your url like this: 'url' => '//domain.com', At least, this works for my test install. (Although I have not heavily tested it...) Edit: Striketroughs. See @luceos reply below.
riartem That bug I see at my forum sometimes. Maybe three times per day. It's not only config issue, I think
clarkwinkelmann riartem are you using Cloudflare ? Clear the cache if so ? You can check with "show source" if your webpage uses https links to stylesheets/javascript.