renta Posted January 14, 2016 Report Share Posted January 14, 2016 Hello.We've got some issue with Revive Adserver after switching to SSL connection. Our Revive is installed on subdomain (https://ox.example.com). It's used on our main site (https://www.example.com).What have I done.1) Generated SSL serteficates and make SSL-connection for main site and Revive.2) Changed all the invocation codes in templates (we use Javascript Tags and Asyncronous JS tags). There, I've changed <noscript>...</noscript> part - changed http to https.3) Changed all the settings in the config:requireSSL=1sslPort=443ssl=1Setting deliverySSL and imagesSSL in [webpath] section.protocol=https4) Clear the cache in /var/cache/.5) Restarted nginx and apache.Now all the banners are showing on the main site (with https), admin interface is also works well.Issues:- In the Console folder of the Developer Tools there are such a warning for each banner zone:"Mixed Content: The page at 'https://www.example.com/' was loaded over HTTPS, but requested an insecure image 'http://ox.example.com/www/delivery/lg.php?bannerid=15&campaignid=1&zoneid=7&loc=https%3A%2F%2Fwww.example.com%2F&cb=g3d4d8ac72'. This content should also be served over HTTPS."- In the admin interface of banner zones, at the Invocation code tab I also see "http" in the links (Javascript Tag and iFrame Tag).<iframe id='a1878197' name='a1878197' src='http://ox.example.com/www/delivery/afr.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE' frameborder='0' scrolling='no' width='1200' height='90'><a href='http://ox.example.com/www/delivery/ck.php?n=a1878197&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://ox.example.com/www/delivery/avw.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE&n=a1878197' border='0' alt='' /></a></iframe>How could I fix them? Thanks for your attention.PS: I read this topic http://forum.revive-adserver.com/topic/322-serving-ads-over-https-fails/, but could not find the answer. Our Revive version - 3.2.2 Quote Link to comment Share on other sites More sharing options...
samazgor Posted August 30, 2016 Report Share Posted August 30, 2016 I m also looking for the solution of this problem. Quote Link to comment Share on other sites More sharing options...
Jimmy T. Posted August 31, 2016 Report Share Posted August 31, 2016 You've got "http" in your tags. If I were you I'd try to replace all the "http://" with "//" so your new tag would look like: <iframe id='a1878197' name='a1878197' src='//ox.example.com/www/delivery/afr.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE' frameborder='0' scrolling='no' width='1200' height='90'><a href='//ox.example.com/www/delivery/ck.php?n=a1878197&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='//ox.example.com/www/delivery/avw.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE&n=a1878197' border='0' alt='' /></a></iframe> See if that throws an error in the console. 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.