Title: Error ws-eu.amazon-adsystem.com http not https
Last modified: July 13, 2023

---

# Error ws-eu.amazon-adsystem.com http not https

 *  [jmsmov39](https://wordpress.org/support/users/jmsmov39/)
 * (@jmsmov39)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/error-ws-eu-amazon-adsystem-com-http-not-https/)
 * I hope this letter finds you well. I am reaching out to inform you about an issue
   we are experiencing with the ws-eu.amazon-adsystem.com server related to your
   plugin.
 * First and foremost, let me express my gratitude for your excellent work in developing
   this plugin. It has been an invaluable tool for our website and has significantly
   enhanced our ability to display relevant ads to our visitors.
 * However, we have recently noticed a problem with the ws-eu.amazon-adsystem.com
   server, which is affecting the performance and functionality of the plugin. The
   ads are not loading properly, resulting in a negative user experience.
 * We understand that technical issues can arise at any time and we are aware that
   you do your best to provide quality service. Therefore, we would like to request
   your assistance in resolving this issue as soon as possible. It would be greatly
   appreciated if you could thoroughly investigate the problem with the ws-eu.amazon-
   adsystem.com server and work on a suitable solution.
 * We would like to emphasize that we are aware that such inconveniences are beyond
   your direct control, as the server is managed by Amazon. However, as users of
   your plugin, we trust in your expertise and technical knowledge to act as intermediaries
   and seek an effective resolution.
 * Please be aware that this issue is significantly impacting our business and advertising
   revenue. Therefore, we kindly ask you to address this matter with the utmost 
   urgency.
 * We appreciate your attention to this matter and look forward to a prompt response.
   If you require any further information or additional details, please do not hesitate
   to contact us. We are willing to collaborate in any way necessary to resolve 
   this issue.
 * Thank you for your time and dedication. We have confidence that, as always, you
   will work diligently to resolve this situation and provide us with a functional
   and reliable plugin.
 * Sincerely,
 * JoeBlack

Viewing 1 replies (of 1 total)

 *  Thread Starter [jmsmov39](https://wordpress.org/support/users/jmsmov39/)
 * (@jmsmov39)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/error-ws-eu-amazon-adsystem-com-http-not-https/#post-16893254)
 * I think this is the solution in wp-amazon-shop-handler.php
 *     ```wp-block-code
       $html = new simple_html_dom();
               $max_attempts = 5;
               for ($attempt = 1; $attempt <= $max_attempts; $attempt++) {
                   $html->load_file($proudct_url);
                   if (gettype($html->find('a#titlehref', 0)) != "NULL") {
                       break;
                   }
                   // Espera un segundo antes de intentar nuevamente
                   sleep(1);
               }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Error ws-eu.amazon-adsystem.com http not https’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-amazon-shop_f8f7f7.svg)
 * [Dropshipping & Affiliation with Amazon](https://wordpress.org/plugins/wp-amazon-shop/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-amazon-shop/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-amazon-shop/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-amazon-shop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-amazon-shop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-amazon-shop/reviews/)

## Tags

 * [errors](https://wordpress.org/support/topic-tag/errors/)

 * 1 reply
 * 1 participant
 * Last reply from: [jmsmov39](https://wordpress.org/support/users/jmsmov39/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/error-ws-eu-amazon-adsystem-com-http-not-https/#post-16893254)
 * Status: not resolved