DWUser.com
Empowering Web Creativity
Support Center - EasyRotator for WordPress
EasyRotator KnowledgeBase – Using EasyRotator on an SSL Site
If you want to use EasyRotator on an SSL site (viewed over the https://
protocol), you'll need to make some edits to ensure that you don't receive "insecure content" warnings when viewing the page.
Note: If you're using EasyRotator for WordPress, make sure you've installed the latest version of the plugin via the Plugin Updates panel. Versions 1.0.2 and higher will automatically update your code as needed to ensure that all content is delivered securely. No manual code updates are needed.
If you're using EasyRotator for Dreamweaver or the Standalone application, you will need to manually update your rotator code. First, look at the top of the EasyRotator code. You'll see a reference to the following JavaScript file:
<script type="text/javascript" src="http://c520866.r66.cf2.rackcdn.com/1/js/easy_rotator.min.js"></script>
Update that URL to reference https://c520866.ssl.cf2.rackcdn.com/1/js/easy_rotator.min.js
like this:
<script type="text/javascript" src="https://c520866.ssl.cf2.rackcdn.com/1/js/easy_rotator.min.js"></script>
Next run a Find/Replace to update any references in the rotator code to
http://easyrotator.s3.amazonaws.com/
To use https://
instead of http://
:
https://easyrotator.s3.amazonaws.com/
That's it – these two updates will ensure that your rotators are fully delivered over the secure HTTPS protocol.
We're Here to Help!
If you have any questions about this article or about using EasyRotator, please let us know by opening a support ticket below.