curl: Protocol "'http" not supported or disabled in libcurl

用elasticsearch 进行查询,遇到下面的问题:


提示我:curl:<1> Protocol "'http" not supported or disabled in libcurl 的错误。我的Elasticsearch版本:5.6.3,为最新版本。

查了好久,最终发现时单引号的问题。解决办法:

1 不要单引号


2 替换成双引号


这两种都能使问题得到解决!

原文地址:https://www.cnblogs.com/cmderq/p/9130830.html