Hi,
Just got 2.0 on my test environment and it doesn't seem to like CSS with SSL enabled, the forums load fine when I connect directly via the host's IP but not through my domain. I have the following in my config.php:
$_server['HTTPS'] = 'on';
Which fixed the issue on 1.x, but doesn't seem...