Skip to main content

Curl connection issue

Comments

2 comments

  • NOC_Serverpoint
    Hi, Please try to curl verbose option while running the script to see were exactly it is getting broken, curl -v or curl --trace filename Regards,
    0
  • cPanelMichael
    when i run the same curl to the server B then i get connection Curl Error: Failed to connect to :2087, Network is unreachable, where = my server IP and 2087 the port

    Hello, You can try verifying the connection from the ServerA to ServerB completes successfully using telnet. For example, you'd run a command like this from ServerA:
    telnet serverB 2087
    Thank you.
    0

Please sign in to leave a comment.