Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
SSL on Non-hosted/Non-Vanilla Cloud installations
Tetchy
New
I have my own installation of Vanilla open source. I am trying to use SSL. I have everything set up and certs installed on my host. But when I try to use the HTTPS with my site it's not working.
Is SSL an automatic thing or do I need to change settings inside the vanilla backend? I'm looking around the admin area of vanilla but I'm not seeing an option to force SSL
Thanks!
Tagged:
0
Comments
"It's not working" is kind of fuzzy and it's hard to give an advice for that.
But Vanilla has two settings for ssl :
Garden.AllowSSL
, which istrue
by default andGarden.ForceSSL
. You can try adding$Configuration['Garden']['ForceSSL'] = true;
to your/conf/config.php
file, but normally it should work without that.So maybe you can try the config setting and if your problem prevails, report in more detail what is happening.
Hi @r_j @linc config $Configuration['Garden']['ForceSSL'] and $Configuration['Garden']['AllowSSL'] = true;no works, and by htaccess does not work either
I'm doing something wrong, some suggestion,
Thks,