RMS Not Working With HTTPS

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

Enhance Your Onlne Experience. 4eLife.com
Quote · 23 Sep 2016

Ah, so I fixed this issue.

In the admin section -> Flash Apps it must make several calls/requests within a second or so and so mod_evasive was blocking those requests and then fail2ban banned my Ip address.

 

That side works now but on the front end the window doesnt load all of the features and you cant type anything into the chat window.

 

Ill search the forum but any pointers appreciated. thanks.

Enhance Your Onlne Experience. 4eLife.com
Quote · 23 Sep 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.