Can't get SSL to work
Using Jamroom
@Paul
paul:
So what does your config.php file look like now?
This is all that's in my config file (after adding the url setting then removing it)
<?php
$_conf['jrCore_db_host'] = 'XXX';
$_conf['jrCore_db_port'] = 'XXX';
$_conf['jrCore_db_name'] = 'XXX';
$_conf['jrCore_db_user'] = 'XXX';
$_conf['jrCore_db_pass'] = 'XXX';
$_conf['jrCore_base_url'] = 'http://XXX.co.uk';
@Brian
Yes sorry, the url setting in the config file is what I meant by 'redirect'
So as things stand, https is working with the SSL is enabled on my server and jamroom accepting it without the url setting in the config file.
I suspect the problems I was having were due to a delay in the SSL taking effect at the server end and I just needed to wait longer before panicking.