Support the ongoing development of Laravel.io →
posted 10 years ago
Installation
Last updated 1 year ago.
0

I'm guessing right now that it's a CURL issue. Curl is setup wrong or not setup to ignore or set to validate the SSL connection.

Add this:

curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0);
Last updated 1 year ago.
0

Add this in app/start/global.php

Queue::connection()->getIron()->ssl_verifypeer = false;
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

triminh triminh Joined 10 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.