The solution to the problem of installing WGet in Linux

Front end developers must read! Starting from scratch, teach you to build a low code website platform in stages>>>

When using the WGet command to report an error certificate common name ‘xxx’ doesn’t match request de host name, our general solution is to find the download address, but sometimes an error occurs when changing the address

wget http://www.monkey.org/~provos/libevent-1.2.tar.gz

Report the following error:

error:certificate common name “monkey.org” doesn’t match requested host name ” www.monkey.org “

The curl command can be used interchangeably

curl -O -L http://www.monkey.org/~provos/libevent-1.2.tar.gz

Can solve the reason that cannot download

Similar Posts: