What happens if the Linux address is not ping?

Source: Internet
Author: User

View Original: http://www.ibloger.net/article/325.html

What happens if the Linux address is not ping?

Question: A paid item was written today. There is a class in which the HttpPost request is used. The address of the HTTP request is: Https://api.mch.weixin.qq.com/pay/unifiedorder
Found in the normal use of the machine, in the Linuxserver log is returned java.net.UnknownHostException: api.mch.weixin.qq.com
The first thing to think about is whether the server can access the external network normally, so use the ping command to test. Sure enough, it can't be used.

The way I solved it was to change the hosts file. Path /etc/hosts to the file
First step: Get the IP address of the requesting address domain name on this computer

or use webmaster tools to get the IP address http://ip.chinaz.com/?IP=api.mch.weixin.qq.com, different IP addresses differ

Step Two: Change the ServerHost file
Add the IP address and domain name to the host file.


Save later. It's OK to ping the command.

Then my project will be able to access the network.

What happens if the Linux address is not ping?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.