$client = ClientBuilder::create()
->setHosts(['https://192.17.169.72:9200'])
->setBasicAuthentication('elastic', 'password copied during Elasticsearch start')
->setCABundle('/xx/http.p12')
->build();
按官方代码,执行任何操作时,出现以下错误
cURL error 77 (see https://curl.haxx.se/libcurl/...) for https://elastic:376_7786sX0E-...
请求大佬指点
CURL error 77 应该是个SSL错误吧, 检查一下CA证书