Skip to main content

Error accessing port link

Comments

3 comments

  • cPanelLauren
    Hello @Denis Cunha port 91 is a pretty non-standard port have you tried over port 80? There's no cPanel standard lock, you might check the following from stackoverflow: SOAP-ERROR: Parsing WSDL: Couldn't load from - but works on WAMP
    0
  • Denis Cunha
    in my wampserver localhost also works but in the server not online, I tested on 3 servers with cpanel and I do not understand why only in these there is the lock
    Hello @Denis Cunha port 91 is a pretty non-standard port have you tried over port 80? There's no cPanel standard lock, you might check the following from stackoverflow:
    0
  • cPanelLauren
    Hi @Denis Cunha That error indicates that the port specifically is refusing the connection, which indicates it's closed. You need to check the server's firewall, iptables or CSF if you're using it as well as any hardware appliances you may be using such as a router or hardware firewall. You can confirm whether or not the port is open or not using nmap. From the Linux terminal you can run the following For TCP: nmap -Pn -p 91
    UDP nmap -sU -p 91
    0

Please sign in to leave a comment.