Hi, I just installed an SSL on my site and apart from having to redo a few mod_security rules everything seemed to be fine.
Until I noticed that the site is no longer making connections to the RMS.
In: Admin - > Modules -> Flash Apps there is a "connection error" that I cant seem to solve.
I changes the site url to https:// in /inc/header.inc and changed the lines below as suggested in the forums:
if ( isset($_SERVER['HTTP_HOST']) and 0 != strcasecmp($_SERVER['HTTP_HOST'], $aUrl['host']) and 0 != strcasecmp($_SERVER['HTTP_HOST'], $aUrl['host'] . ':80') ) {
header( "Location:https://{$aUrl['host']}{$_SERVER['REQUEST_URI']}" );
exit;
Im using version 7.3.2
Any tips appreciated, thanks