Remote Call to download the file directly with wget, the general file path type is HTTP. If you encounter an HTTPS, it will download an error.
The error is as follows:
[Email protected] tmp]#wget https://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
--2014-11-25 13:44:16--http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
Resolving www.ohse.de ... 144.76.239.252
connecting to www.ohse.de|144.76.239.252|:80 ... connected .
HTTP request sent, awaiting response ... 301 Moved Permanently
location:https://ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz [following]
--2014-11-25 13:44:17--https://ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
Resolving ohse.de ... 144.76.239.252
connecting to ohse.de|144.76.239.252|:443 ... connected .
error:certificate common name "www.ohse.de" doesn ' t match requested host name "Ohse.de".
to connect to ohse.de insecurely, use '--no-check-certificate '.
Only need to add--no-check-certificate after wget, you need a certification download instructions.
wget--no-check-certificate https://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
OK, now the problem is solved. O (∩_∩) o~
Linux download file times wrong to connect to ohse.de insecurely, use '--no-check-certificate '.