Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ThePartnership's avatar

Socialite on Google App Engine

I have managed to port most of my app to Google App Engine. I'm using shpasser gae for laravel 5. My issue is with Socialite and I believe it is related to Curl or ssl. My code works locally and in production (not on google app engine) I have the curl.so extension registered in my php.ini file. I am getting a curl error number 7

'''cURL error 7: (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in CurlFactory.php line 168 at CurlFactory::createRejection(object(EasyHandle), array('errno' => '7', 'error' => '', 'url' => 'https://accounts.google.com/o/oauth2/token', 'content_type' => null, 'http_code' => '0', 'header_size' => '0', 'request_size' => '0', 'filetime' => '-1', 'ssl_verify_result' => '0', 'redirect_count' => '0', 'total_time' => '0', 'namelookup_time' => '0.080153', 'connect_time' => '0', 'pretransfer_time' => '0', 'size_upload' => '0', 'size_download' => '0', 'speed_download' => '0', 'speed_upload' => '0', 'download_content_length' => '-1', 'upload_content_length' => '-1', 'starttransfer_time' => '0', 'redirect_time' => '0', 'redirect_url' => '', 'primary_ip' => '', 'certinfo' => array(), 'primary_port' => '0', 'local_ip' => '', 'local_port' => '0')) in CurlFactory.php line 132'''

0 likes
0 replies

Please or to participate in this conversation.