You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Laravel Zero project that I've used Haulable for. The commands run, which is great, but I've gotten a error with my HTTP call.
Error Message:
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libc
url/c/libcurl-errors.html) for https://__REDACTED__
To test I updated my HTTP call to use withoutVerifying() and withOptions(["verify"=>false]), recompiled, re-hauled (is that a word?), and it then runs without the SSL error.
I have a Laravel Zero project that I've used Haulable for. The commands run, which is great, but I've gotten a error with my HTTP call.
Error Message:
Code:
To test I updated my HTTP call to use
withoutVerifying()
andwithOptions(["verify"=>false])
, recompiled, re-hauled (is that a word?), and it then runs without the SSL error.Working Code:
I would prefer to keep the SSL verification if possible.
Thanks in advance for your awesome package and your help.
The text was updated successfully, but these errors were encountered: