Jump to content

Using Ssl For Serving Ads


howarde

Recommended Posts

I have my SSL working, and the admin section of Revive displays properly in the https:

 

however, when trying to serve ads, or when viewing the banners in the admin interface, the banners are shown in the non-ssl protocol.

 

I can't seem to find where to set the banner delivery to be from SSL?

 

Thanks.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 2 weeks later...
  • 2 months later...

I finally got my ads to serve over https.

 

I use Javascript to call ads, so I went into the spcjs.php file located in the www/delivery folder.

 

I went down to line 2355/2356:

 

$conf = $GLOBALS['_MAX']['CONF'];
return 'https://' . $conf['webpath']['delivery'] . '/' . $file;
 
and changed it to https, it was originally showing http://
 
Now it finally works.
Link to comment
Share on other sites

  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...