howarde Posted December 1, 2014 Report 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
motowebmaster Posted December 16, 2014 Report Posted December 16, 2014 Wouldn't you just change your innvocation code to https ? Quote
howarde Posted December 17, 2014 Author Report Posted December 17, 2014 You would think, but that doesn't serve the IMG from https: Quote
seveg Posted February 11, 2015 Report Posted February 11, 2015 hi howarde, have u got it working? i'm experiencing the same problem as you were/are. Quote
seveg Posted February 24, 2015 Report 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
studioxite Posted May 17, 2015 Report 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
Pedro Braconnot Posted May 13, 2020 Report Posted May 13, 2020 The right answer is about the proto http header as in Quote
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.