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:
- Curl https Error: curl: (60) Peer certificate cannot be authenticated with known CA certificates
- OS X: equivalent to WGet of Linux
- [Solved] CURL Install Error: GnuTLS: The TLS connection was non-properly terminated. Unable to establish SSL connection.
- file_get_Contents and fopen return false when requesting HTTPS address: Error content: SSL routes: ssl3_get_server_certificate:certificate verify failed
- -Two solutions to bash: WGet: command not found
- [Solved] Composer Install Error: PHP Warning: copy(): SSL operation failed with code 1. OpenSSL Error messages:
- Mac Error: Connection to `ssl://pecl.php.net:443′ failed [How to Solve]
- [Solved] Homebrew curl: (60) SSL certificate problem: certificate has expired
- curl: (7) couldn’t connect to host [How to Solve]
- Two solutions to [Linux] WGet: command not found