我正在尝试在我自己的服务器 (example.com) 上获取 https 地址:
wget https://www.example.com/abc
并出现以下错误:
--2016-11-25 12:11:16-- https://www.example.com/abc
Resolving www.example.com (www.example.com)... 127.0.0.1
Connecting to www.example.com (www.example.com)|127.0.0.1|:443... connected.
OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Unable to establish SSL connection.
从另一台服务器(example2.com)向example.com发出相同的请求可以正常工作。
我在 example.com 上使用 letsencrypt 证书