I´m trying to connect to ES but it's been impossible.
that's my code in PHP
$hosts = ['https://www.xxxxxxxx.com:6767'];
$myCert = 'xxxxxxxxxxxxxx/cert.pem';
$client = ClientBuilder::create() // Instantiate a new ClientBuilder
->setHosts($hosts)
->setSSLVerification($myCert)
->build(); // Build the client object
always the answer is NoNodesAvailableException
No alive nodes found in your cluster
StaticNoPingConnectionPool.php line 51
I hope that you can help me pls.