solved Where in admin panel to turn on SSL?

Eddy
Eddy
@eddy
9 years ago
479 posts
I just finished installing a SSL Cert in my site, but I have seen an option in the JR admin panel to turn on SSL, just can't remember where.
updated by @eddy: 02/08/16 06:48:17AM
brian
@brian
9 years ago
10,148 posts
It's not something you just turn on - you have to:

1) install the key and certificates (both domain and chain) onto your server, and ensure the domain has been configured in Apache correctly for SSL.

2) You need to modify the data/config/config.php file and update the URL to be SSL (if you want everything to be on SSL)

3) You need to add the proper redirect mod_rewrite rules to your .htaccess file so access to port 80 is redirected to port 443.

Your hosting provider should assist you with this.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Eddy
Eddy
@eddy
9 years ago
479 posts
Ok, thank you, but I did see a use "SSL" option in the admin panel, where is that?
paul
@paul
9 years ago
4,326 posts
The only ACP 'ssl' setting is in the user module, but that is to do with converting links in text strings. Maybe its that you are thinking of?


--
Paul Asher - JR Developer and System Import Specialist
Eddy
Eddy
@eddy
9 years ago
479 posts
Thanks Paul.

Tags