Amaury Leproux
Amaury Leproux

Reputation: 229

Laravel / Stripe: Server aborted the SSL

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

Answers (2)

Amaury Leproux
Amaury Leproux

Reputation: 229

As @lukas-r reply, you can find the solution by following this:

https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-16-04

Upvotes: 0

George Hanson
George Hanson

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

Related Questions