• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Cannot call out to port 8080 on other servers

DickenW

New Pleskian
Plesk 10.4.4, CentOs

PROBLEM DESCRIPTION
I cannot access port 8080 on any servers from my Plesk box.

For example: curl -v example.com:8080 gives:

* About to connect() to example.com port 8080
* Trying example.com... Connection refused
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host

If I try this (same destination) from other computers, it *works*, but from my plesk server.

This also does not work if I try file_get_contents('http://example.com:8080') in PHP. Again, this works to the same URL from other machines I have, but not this plesk one.

Firewall has the rule "All other Outgoing Traffic: Allow" turned on.

Can anybody suggest how I find out why this isn't working?
 
Anybody able to suggest anything I could try to find out why port 8080 is blocked on our Plesk server?
 
Hi,

Have you spoken to your provider? It may be that they are blocking 8080 outbound (although it seems unlikely).

I assume that curl and file_get_contents requests work to port 80?

Paul.
 
Back
Top