howarde Posted December 1, 2014 Report Share Posted December 1, 2014 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. Quote Link to comment Share on other sites More sharing options...
howarde Posted December 12, 2014 Author Report Share Posted December 12, 2014 Anyone? Quote Link to comment Share on other sites More sharing options...
motowebmaster Posted December 16, 2014 Report Share Posted December 16, 2014 Wouldn't you just change your innvocation code to https ? Quote Link to comment Share on other sites More sharing options...
howarde Posted December 17, 2014 Author Report Share Posted December 17, 2014 You would think, but that doesn't serve the IMG from https: Quote Link to comment Share on other sites More sharing options...
seveg Posted February 11, 2015 Report Share Posted February 11, 2015 hi howarde, have u got it working? i'm experiencing the same problem as you were/are. Quote Link to comment Share on other sites More sharing options...
seveg Posted February 24, 2015 Report Share Posted February 24, 2015 I fixed it by running this sed in delivery folder: sed -i "s/SSL_REQUEST'] = false/SSL_REQUEST'] = true/" * I know it's not nice or anything, but it solved the problem for me. All ads are served via https now. Quote Link to comment Share on other sites More sharing options...
studioxite Posted May 17, 2015 Report Share Posted May 17, 2015 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. Quote Link to comment Share on other sites More sharing options...
Pedro Braconnot Posted May 13, 2020 Report Share Posted May 13, 2020 The right answer is about the proto http header as in Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.