Pls. consider adding a call to sslVerifyHost
-
Pls. consider updating the constructor in App.php to address
this changepublic function __construct($hostname, $apiKey, $port = 443){ $this->hostname = $hostname; $this->apiKey = $apiKey; $this->port = $port; $this->client = new xmlrpc_client('/api/xmlrpc', $this->getHostname(), $this->port); /* Start */ $this->client->setSSLVerifyHost(2); /* End */ $this->client->setSSLVerifyPeer(0); }
- The topic ‘Pls. consider adding a call to sslVerifyHost’ is closed to new replies.