• Pls. consider updating the constructor in App.php to address
    this change

    public 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);
    	}

    http://wordpress.org/plugins/infusionsoft/

  • The topic ‘Pls. consider adding a call to sslVerifyHost’ is closed to new replies.