Potential Herd SSL issue (solution) #399
Replies: 2 comments 1 reply
-
We just learned that the problem was a missing config, which is This article states https://beyondco.de/blog/announcing-laravel-herd that
But neither file has been changed to include that config and we use fish shell so completely missed it. The docs for Herd or Expose could be clearer about that. |
Beta Was this translation helpful? Give feedback.
-
Hi @alexgarrettsmith |
Beta Was this translation helpful? Give feedback.
-
Here's a potential solution for anyone struggling with SSL errors when using Expose via Herd.
Here's the error I was getting:
I debugged this by running
expose share codecourse -vvv
and saw I was running PHP directly from the Laravel Herd binaries and the SSL configuration was missing.To solve this for now, I've simply installed a PHP standalone with Homebrew specifically for the terminal (
brew install [email protected]
) and it's working.There's probably a much better solution for this in the long term, but hope this helps for now.
Beta Was this translation helpful? Give feedback.
All reactions