These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Looking for a SSO PHP script
iveeCore 3.0: The PHP engine for industrial activities and CREST library
Woo! CSM XI!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter
$client = new GuzzleHttp\Client([ 'defaults' => [ "verify" => "/path/to/my/ca-bundle.crt" ]]);
$this->guzzle_client=new \GuzzleHttp\Client(['base_url' => $urlbase,'defaults' => ['headers' => ['User-Agent' => $this->useragent]]]);
$this->guzzle_client=new \GuzzleHttp\Client(['base_url' => $urlbase,'defaults' => ['headers' => ['User-Agent' => $this->useragent],'verify" => "whereever you stuck the cacerts file from before."]]);