Reputation: 229
I'm using laravel 5.4 and stripe, I try to go on my profile (local dev): http://127.0.0.1:8000/account but I get this error that I had not before:
Unexpected error communicating with Stripe. If this problem persists, let us know at [email protected]. (Network error [errno 35]: Server aborted the SSL handshake)
I don't know why or what can I do to fix this issue.
Thanks for your help
Upvotes: 0
Views: 251
Reputation: 229
As @lukas-r reply, you can find the solution by following this:
Upvotes: 0
Reputation: 3040
Stripe requires a connection with SSL. If you are not using SSL on your local environment or if you have an invalid certificate it will fail.
Upvotes: 1