HTTP 协议: curl -H "Host:www.facebook.com" http://31.13.82.36
出现错误提示: curl: (56) Recv failure: Connection was reset
curl: (56)接收失败:连接被重置
HTTPS 协议: curl -H "Host:www.facebook.com" https://31.13.82.36
出现错误提示: curl: (1) Protocol "https" not supported or disabled in libcurl
curl: (1) 协议“ https ”不支持或禁用 libcurl
请问如何解决这些问题!!
出现错误提示: curl: (56) Recv failure: Connection was reset
curl: (56)接收失败:连接被重置
HTTPS 协议: curl -H "Host:www.facebook.com" https://31.13.82.36
出现错误提示: curl: (1) Protocol "https" not supported or disabled in libcurl
curl: (1) 协议“ https ”不支持或禁用 libcurl
请问如何解决这些问题!!