Original Text: I am 1.10.3 Hyacinthe on Linux server
I have my on ssl certificate which works fine for site readers, but I want to use it for my admin console.
I used this suggestion from Edward Robirds
http://edwardrobirds.com/cmsms-admin-over-sslUpdate
Since "Martinique" was released on Oct 22, 2011.... just update your "config.php" file to the following:
#$config['admin_dir'] = 'admin';
$config['admin_url'] = 'https://www.YOURDOMAIN.com/admin';
Obviously I have changed the domain name and the admin directory name to fit my own.
I also tried 'ssl_admin_url'
This certainly does not work for me at all, simply screens of errors... is there anything obviously wrong with what he suggests before I start posting pages of errors?