after search the board and follow some trick, I'm always in the same situation.
But, the conf
Cms Version: 1.8.2
Installed Modules:
* CMSMailer: 2.0
* FileManager: 1.0.2
* MenuManager: 1.6.5
* ModuleManager: 1.4
* News: 2.10.6
* nuSOAP: 1.0.2
* Printing: 1.1.0
* Search: 1.6.5
* ThemeManager: 1.1.1
* TinyMCE: 2.7.2
* Calendar: 0.8.2
* CGExtensions: 1.21.2
* CGFeedMaker: 1.0.11
* FormBuilder: 0.6.4
* avplayer: 1.3
* FrontEndUsers: 1.12.5
* FormBrowser: 0.3.2
* SelfRegistration: 1.6.7
* CustomContent: 1.7.3
* SiteMapMadeSimple: 1.2.1
My client buy an SLL certificate and it's successfully installed on the domain via Plesk panel.
My first try was simply to check on the page that I want to serve via https the corresponding option;
the page contain only a tag to a complex form.
IE show always the warning about unauthorized content, and my client stuck.
I try with the info in http://wiki.cmsmadesimple.org/index.php ... PS_to_work, but it's old and, anyway, don't resolve the issue.
In second istance I try only this in config.php:
Code: Select all
#Document root as seen from the webserver. No slash at the end
#If page is requested with https use https as root url
#e.g. http://blah.com
$config['root_url'] = 'http://www.domain.com';
#SSL URL. This is used for pages that are marked as secure.
$config['ssl_url'] = 'https://www.domain.com';
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']!='off')
{
$config['root_url'] = $config['ssl_url'];
}
But, nothing.
IE always tell me about a problem with unauthorized content.
The other issue is that, when I enter in the https page, every link generate from cmsms, also the link in the menu, become https, and this is not good, because the other page don't required https specific.
Someone have idea?
Any help is appreciated
Thank
Maurizio