ssl certificate

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
gloriahenry
New Member
New Member
Posts: 1
Joined: Wed Jun 03, 2015 1:51 pm

ssl certificate

Post by gloriahenry »

Hello,

I apologize in advance if I am not in the correct board section for this question. I am trying to find out how to add an ssl certificate to our website.

Please keep in mind that I am the administrative assitant for my company and I really have no idea what I am doing with websites. I am use to working in Wordpress.

The company recently had an automated form page added by their Database company to capture donations that are sent automatically to the database.

Here is the link to the page they created for us:
http://www.treesisters.org/sumac/sumac_ ... llowhttp=t

The database support people recommended that we have ssl certification to our website.

Tank you.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: ssl certificate

Post by calguy1000 »

Setting up SSL on CMSMS so that the entire site is using SSL is relatively simple.

a: purchase an ssl certificate (that is not a CMSMS issue, these can be purchased from many places, your web host can certainly assist with this).

b: setup the server/account to enable the ssl certificate (your web host must certainly help with this).

c: Make sure that you are running the latest supported version of CMSMS
bug fixes wrt SSL handling occurred in earlier versions, and numerous security issues have been addressed. It is important that you are running the latest version (currently 1.12)

d: change the root URL in your CMSMS config.php
if your config.php does not have a root url, that is okay. Just add one.

Code: Select all

$config['root_url'] = 'https://yourwebsite.com';
e: Optionally change your .htaccess so that all http requests are converted to https requests (so that the certificate gets used).
Your host can help with this.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “CMSMS Core”