file_get_contents(https://xxxxx/js/nav_index.php?lang = zn&index = 1):无法打开流:连接拒绝共同/ header.php在线

I have a problem in my website, it has troubled me for some days.

  • centos6.7
  • domain name :www.embesttech.cn
  • Host Ip: 58.56.53.123(example)
  • Virtual machine IP :192.192.193.11

I want to get menus by:

  • file_get_contents(https://www.embesttech.cn/js/nav_index.php?lang=zn&index=1)

or

  • file_get_contents(https://58.56.53.123/js/nav_index.php?lang=zn&index=1)

but no data. The error is:

enter image description here

When I use:

  • file_get_contents(https://192.192.193.1/js/nav_index.php?lang=zn&index=1)

or

  • file_get_contents(https://127.0.0.1/js/nav_index.php?lang=zn&index=1)

It works! Can someone help me?

telnet 58.56.53.123 80

the error is

trying 58.56.53.123 80... telnet:connect to address 58.56.53.123:connection refused