本帖最后由 iks 于 2020-9-7 12:28 编辑
不带域名访问(即 https://ip ),发的证书就是你的
- root@DESKTOP-1Q8FG2:~# wget https://38.143.3.171 -v
- Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
- ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.
- --2020-09-07 12:26:49-- https://38.143.3.171/
- Connecting to 38.143.3.171:443... connected.
- ERROR: certificate common name ‘000714.xyz’ doesn't match requested host name ‘38.143.3.171’.
- To connect to 38.143.3.171 insecurely, use `--no-check-certificate'.
- root@DESKTOP-1Q8FG2:~# wget https://45.13.245.87 -v
- Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
- ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.
- --2020-09-07 12:27:30-- https://45.13.245.87/
- Connecting to 45.13.245.87:443... connected.
- ERROR: certificate common name ‘000714.xyz’ doesn't match requested host name ‘45.13.245.87’.
- To connect to 45.13.245.87 insecurely, use `--no-check-certificate'.
- root@DESKTOP-1Q8FG2:~#
复制代码 |