These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Fix for ALE library not working with https

Author
CAPTAIN INSAINO
Brutor Tribe
Minmatar Republic
#1 - 2012-10-19 10:35:50 UTC  |  Edited by: CAPTAIN INSAINO
I thought id post this just incase anyone is still using this library;

Since yesterdays downtime, all api calls using ALE library have stopped working (thx ccp... epic EPIC fail) Oops

There are 3 items to change, firstly change http to https in eveonline.ini (line 4) + eveonline.php (line 43), this will fix the easy parts, however it will throw a cURL error because of security certificate blah.

Secondly goto request/curl.php

after : (line 98)
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

add line :
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

This should do the job


tard edit **updating ale to 6.12 also works hehe