Topic: Cannot Login in forum after changing to httms
Hello,
I installed a SSL certificate on my forum and want to access it under: _https://forexsb.com/forum/
I can read the forum, however when I want to post or to login, it gives an error as follows:
After clicking to confirm, it gives error trying to access the site on port 80:
My config.php is:
...
$p_connect = false;
$base_url = 'https://forexsb.com/forum';
$cookie_name = 'forum_cookie';
$cookie_domain = '.forexsb.com';
$cookie_path = '/';
$cookie_secure = 0;
define('FORUM', 1);
define('PUN_EXTENSIONS_USED', 1);
//define('FORUM_DEBUG', 1);
Any ideas how to fix it?