• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issue Have a WordPress, widely-used plugins not able to Outbound Communicate

bpetcbbu

New Pleskian
Hi all,

Got a WordPress installation on a site for a client; I always keep it up-to-date as far as the WordPress version; we only use a few really widely-known plugins, and the "Theme" is one of the default WordPress ones that comes with a basic WordPress installation.

Been using it for a good while now, runs well, I always keep the WP core, all plugins, all themes, up-to-date, update them all, etc.

Today, I'm getting an error on two of the plugins:

1) Monsterinsights
2) Wordfence

Stating that outbound communication isn't working due to my server's firewall, or something like that.

My web-host is no help, all they do is say, "well, you're using a VPS and Plesk so we can't lift a finger to help you".

I have no idea what to do. The *site* is working ok, but something is wrong--these two plugins, Monsterinsights and Wordfence, aren't connecting like they need to be, and I need to get them fixed. One example is that the error from Monsterinsights, literally says,
"The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue. cURL error 6: name lookup timed out"

If I need to post some exact screenshots of exact errors, I can, just let me know.
 
Did you ever work this out? How did you set up rules? Did you use a HTTP Proxy server setting for WordPress instead like:

/* Configure HTTP Proxy Server */
define('WP_PROXY_HOST', 'xx.xx.xx.xx');
define('WP_PROXY_PORT', '8080');
define('WP_PROXY_USERNAME', 'xxxxx');
define('WP_PROXY_PASSWORD', 'xxxxx');
define('WP_PROXY_BYPASS_HOSTS', 'localhost');

to solve the issue instead?
 
Back
Top