SOLVED: Using a Shared SSL Cert with CMS

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
pjb
Forum Members
Forum Members
Posts: 27
Joined: Wed Feb 02, 2011 11:04 pm

SOLVED: Using a Shared SSL Cert with CMS

Post by pjb »

I'm trying to use the shared SSL certificate provided by my hosting company (Site5.com) to get an https:// connection using CMS Made Simple 1.9.3.

To use the shared SSL, Site5 requires users to address an https:// page with a URL of this form: https://servername.site5.com/~username , where servername and ~username are replaced by the machine name and the hosting account username.

I have modified config.php to include this line:
$config['ssl_url'] = 'https://servername.site5.com/~username';
(substituting in my correct server and username)

and that allows me to access the page under CMS, but the yellow security"padlock" on the https:// page bears a red exclamation mark, with the message "Warning: contains unauthenticated content."

The yellow padlock is clear when the page starts to load, but shows the exclamation mark/warning just as the page finishes loading.

Any tips on what else I might need to adjust to get https:// to show a fully secured connection?
Last edited by pjb on Fri Feb 25, 2011 2:41 pm, edited 1 time in total.
pjb
Forum Members
Forum Members
Posts: 27
Joined: Wed Feb 02, 2011 11:04 pm

Re: Using a Shared SSL Cert with CMS - Unauthenticated Conte

Post by pjb »

Further testing reveals that the problem here is a known issue involving the Captcha module http://dev.cmsmadesimple.org/bug/view/4980, which causes that module to access the Captcha graphic via http:// instead of https://. That's the reason for the warning about the presence of non-authenticated content on the https:// page.
Locked

Return to “[locked] Installation, Setup and Upgrade”