Title: SSL Support
Last modified: August 31, 2016

---

# SSL Support

 *  Resolved [mac4media](https://wordpress.org/support/users/mac4media/)
 * (@mac4media)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/ssl-support-31/)
 * Hi, currently all images loaded by EasyAzon are loaded via the ecx.images-amazon.
   com
    server which isn’t SSL compatible. Do you have any plans to enable support
   via the SSL compatible servers shown below?
 * Here are examples:
 * Original from EasyAzon
    [http://ecx.images-amazon.com/images/I/61HhESUSuNL.jpg](http://ecx.images-amazon.com/images/I/61HhESUSuNL.jpg)
 * Original with SSL non-compatible
    [https://ecx.images-amazon.com/images/I/61HhESUSuNL.jpg](https://ecx.images-amazon.com/images/I/61HhESUSuNL.jpg)
 * North American SSL compatible
    [https://images-na.ssl-images-amazon.com/images/I/61HhESUSuNL.jpg](https://images-na.ssl-images-amazon.com/images/I/61HhESUSuNL.jpg)
 * European SSL compatible
    [https://images-eu.ssl-images-amazon.com/images/I/61HhESUSuNL.jpg](https://images-eu.ssl-images-amazon.com/images/I/61HhESUSuNL.jpg)
 * Current plugins installed
    EasyAzon Version 4.0.17 EasyAzon Pro Version 4.0.11
 * Thanks
 * [https://wordpress.org/plugins/easyazon/](https://wordpress.org/plugins/easyazon/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/ssl-support-31/#post-7067765)
 * I reported similar behavior (and possible solutions) re EA and EA Pro in Feb 
   2015 ( [http://support.boostwp.com/support/tickets/19817](http://support.boostwp.com/support/tickets/19817))…
   at the time, Chris said that it was not dev priority – hopefully this has changed.
   With the LetsEncrypt.org project out of beta and cPanel working on an official
   integration for v58 (due in a couple months) the web is about to get alot more
   https sites… just in time too as some major browsers are signaling that they’ll
   start indicating to users that non-https URLs are less/in-secure. Since trust
   plays a large role in on-site conversion this is should be an urgent issue. Cheers
   =)
 *  [Dan & Jennifer](https://wordpress.org/support/users/danstuff/)
 * (@danstuff)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/ssl-support-31/#post-8319778)
 * I just opened a ticket with them yesterday, got the same answer…
 * quite disappointing since they obviously know about it, and it literally causes
   errors on all your SSL pages.
 * odd since the fix is so simple – all they have to do is replace the straight 
   http call with the SSL-compatible https one. and it’ll work on all sites, whether
   it’s http and https.
 *  [Dan & Jennifer](https://wordpress.org/support/users/danstuff/)
 * (@danstuff)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/ssl-support-31/#post-8319784)
 * [@mac4media](https://wordpress.org/support/users/mac4media/) have you found a
   workaround since?
 * It’s a good plugin, but going from an solid SSL site to a site full of SSL mixed-
   content errors because of a poor image embed (which is so easy to fix) is not
   a good thing.
 *  [Dan & Jennifer](https://wordpress.org/support/users/danstuff/)
 * (@danstuff)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/ssl-support-31/#post-8320196)
 * OK, found the problem in the code and fixed it. here’s the solution – thankfully
   very simple, as expected.
 * odd they’ve known about this for a year and taken time to reply to various tickets
   on it, yet it only took someone with zero familiarity with the EasyAzon code 
   45 mins to locate the problem and fix it.
 * Edit this file: wp-content > plugins > EasyAzon Pro directory > components > 
   shortcodes > info-block > info-block.php
 * line 81
 * replace this line:
    ‘src’ => $item[‘images’][$image_index][‘url’],
 * with these lines:
    // // fix for SSL mixed-content error – always use Amazon 
   SSL image URLs //’src’ => $item[‘images’][$image_index][‘url’], ‘src’ => str_replace(“
   [http://ecx.images-amazon.com/&#8221](http://ecx.images-amazon.com/&#8221);,”
   [https://images-na.ssl-images-amazon.com/&#8221](https://images-na.ssl-images-amazon.com/&#8221);,
   $item[‘images’][$image_index][‘url’] ), //

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘SSL Support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easyazon_bababa.svg)
 * [EasyAzon - Amazon Associates Affiliate Plugin](https://wordpress.org/plugins/easyazon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easyazon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easyazon/)
 * [Active Topics](https://wordpress.org/support/plugin/easyazon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easyazon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easyazon/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Dan & Jennifer](https://wordpress.org/support/users/danstuff/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/ssl-support-31/#post-8320196)
 * Status: resolved