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'm running PHP on a local IIS stack. After spending more time than I'd like to admit, this was due to my local development environment not having support for SSL.
I hope this helps others out. Cheers! 🍻
Symptom
I was unable to get the http() function to work correctly. It wasn't returning anything. Worse, the function just silently fails.
I'm running PHP on a local IIS stack. After spending more time than I'd like to admit, this was due to my local development environment not having support for SSL.
I hope this helps others out. Cheers! 🍻
Symptom
I was unable to get the
http()
function to work correctly. It wasn't returning anything. Worse, the function just silently fails.Note: you can debug cURL using this technique
Resolution
I disabled cURL from verifying SSL by setting these additional options
The text was updated successfully, but these errors were encountered: